Lines Matching defs:DebugInfoStorage
51 DebugInfoStorage::DebugInfoStorage(const CompilerOptions &options, ArenaAllocator *allocator)
59 void DebugInfoStorage::LoadFileDebugInfo(std::string_view pfPath)
92 const panda_file::File *DebugInfoStorage::GetPandaFile(std::string_view filePath)
101 const ImportExportTable *DebugInfoStorage::GetImportExportTable(std::string_view filePath)
110 panda_file::ClassDataAccessor *DebugInfoStorage::GetGlobalClassAccessor(std::string_view filePath)
119 std::string_view DebugInfoStorage::GetModuleName(std::string_view filePath)
128 panda_file::File::EntityId DebugInfoStorage::FindClass(std::string_view filePath, std::string_view className)
141 bool DebugInfoStorage::FillEvaluateContext(EvaluateContext &context)
167 const ImportExportTable &DebugInfoStorage::LazyLoadImportExportTable(FileDebugInfo *info)
180 const FileDebugInfo::RecordsMap &DebugInfoStorage::LazyLoadRecords(FileDebugInfo *info)
211 FileDebugInfo *DebugInfoStorage::GetDebugInfoByModuleName(std::string_view moduleName) const