Home
last modified time | relevance | path

Searched refs:PdbIndex (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp31 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex() function in PdbIndex
41 llvm::Expected<std::unique_ptr<PdbIndex>>
42 PdbIndex::create(llvm::pdb::PDBFile *file) { in create()
45 std::unique_ptr<PdbIndex> result(new PdbIndex()); in create()
61 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress()
88 void PdbIndex::ParseSectionContribs() { in ParseSectionContribs()
90 PdbIndex &m_ctx; in ParseSectionContribs()
115 void PdbIndex::BuildAddrToSymbolMap(CompilandIndexItem &cci) { in BuildAddrToSymbolMap()
137 std::vector<SymbolAndUid> PdbIndex::FindSymbolsByVa(lldb::addr_t va) { in FindSymbolsByVa()
186 CVSymbol PdbIndex::ReadSymbolRecord(PdbCompilandSymId cu_sym) const { in ReadSymbolRecord()
[all …]
H A DCompileUnitIndex.h33 class PdbIndex; variable
90 PdbIndex &m_index;
94 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex()
H A DUdtRecordCompleter.h37 class PdbIndex; variable
54 PdbIndex &m_index;
64 PdbAstBuilder &ast_builder, PdbIndex &index,
H A DPdbIndex.h47 class PdbIndex {
107 PdbIndex();
112 static llvm::Expected<std::unique_ptr<PdbIndex>> create(llvm::pdb::PDBFile *);
H A DPdbAstBuilder.h40 class PdbIndex; variable
54 PdbAstBuilder(ObjectFile &obj, PdbIndex &index, TypeSystemClang &clang);
139 PdbIndex &m_index;
H A DCMakeLists.txt7 PdbIndex.cpp
H A DPdbUtil.h36 class PdbIndex; variable
145 VariableInfo GetVariableLocationInfo(PdbIndex &index, PdbCompilandSymId var_id,
H A DCompileUnitIndex.cpp61 static void ParseBuildInfo(PdbIndex &index, const CVSymbol &sym, in ParseBuildInfo()
79 static void ParseExtendedInfo(PdbIndex &index, CompilandIndexItem &item) { in ParseExtendedInfo()
H A DPdbUtil.cpp33 MakeRangeList(const PdbIndex &index, const LocalVariableAddrRange &range, in MakeRangeList()
569 static bool GetFrameDataProgram(PdbIndex &index, in GetFrameDataProgram()
585 static RegisterId GetBaseFrameRegister(PdbIndex &index, in GetBaseFrameRegister()
605 PdbIndex &index, PdbCompilandSymId var_id, Block &func_block, in GetVariableLocationInfo()
H A DPdbAstBuilder.cpp35 CreateMethodDecl(PdbIndex &m_index, TypeSystemClang &m_clang, in CreateMethodDecl()
43 PdbIndex &m_index;
97 static llvm::Optional<PdbCompilandSymId> FindSymbolScope(PdbIndex &index, in FindSymbolScope()
265 PdbAstBuilder::PdbAstBuilder(ObjectFile &obj, PdbIndex &index, TypeSystemClang &clang) in PdbAstBuilder()
372 ProcessTpiStream(PdbIndex &index, TypeIndex parent, in BuildParentMap()
378 PdbIndex &index; in BuildParentMap()
H A DUdtRecordCompleter.cpp34 PdbAstBuilder &ast_builder, PdbIndex &index, in UdtRecordCompleter()
H A DSymbolFileNativePDB.h264 std::unique_ptr<PdbIndex> m_index;
H A DSymbolFileNativePDB.cpp280 auto expected_index = PdbIndex::create(pdb_file); in CalculateAbilities()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn29 "PdbIndex.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4559 lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
4560 lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h