Searched refs:PdbIndex (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp1 //===-- PdbIndex.cpp ------------------------------------------------------===//
9 #include "PdbIndex.h"
32 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} function in class:PdbIndex
42 llvm::Expected<std::unique_ptr<PdbIndex>>
43 PdbIndex::create(llvm::pdb::PDBFile *file) {
46 std::unique_ptr<PdbIndex> result(new PdbIndex());
62 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment,
76 std::optional<uint16_t> PdbIndex
[all...]
H A DCompileUnitIndex.h33 class PdbIndex;
90 PdbIndex &m_index;
94 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {}
H A DPdbIndex.h1 //===-- PdbIndex.h ----------------------------------------------*- C++ -*-===//
39 /// PdbIndex - Lazy access to the important parts of a PDB file.
45 /// ArrayRefs into the backing memory as long as the PdbIndex instance is
47 class PdbIndex { class in namespace:lldb_private::npdb
107 PdbIndex();
112 static llvm::Expected<std::unique_ptr<PdbIndex>> create(llvm::pdb::PDBFile *);
H A DPdbUtil.h35 class PdbIndex;
143 VariableInfo GetVariableLocationInfo(PdbIndex &index, PdbCompilandSymId var_id,
H A DPdbAstBuilder.cpp36 CreateMethodDecl(PdbIndex &m_index, TypeSystemClang &m_clang,
44 PdbIndex &m_index;
244 PdbIndex &index = pdb->GetIndex();
325 PdbIndex &index = pdb->GetIndex();
363 PdbIndex& index = pdb->GetIndex();
446 PdbIndex &index = static_cast<SymbolFileNativePDB *>(
699 PdbIndex &index = pdb->GetIndex();
710 PdbIndex &index = pdb->GetIndex();
723 PdbIndex &index = pdb->GetIndex();
758 PdbIndex
[all...]
H A DUdtRecordCompleter.h38 class PdbIndex;
55 PdbIndex &m_index;
66 PdbAstBuilder &ast_builder, PdbIndex &index,
H A DCompileUnitIndex.cpp11 #include "PdbIndex.h"
61 static void ParseBuildInfo(PdbIndex &index, const CVSymbol &sym,
79 static void ParseExtendedInfo(PdbIndex &index, CompilandIndexItem &item) {
H A DSymbolFileNativePDB.h21 #include "PdbIndex.h"
164 PdbIndex &GetIndex() { return *m_index; };
276 std::unique_ptr<PdbIndex> m_index;
H A DPdbAstBuilder.h18 #include "PdbIndex.h"
42 class PdbIndex;
H A DPdbUtil.cpp12 #include "PdbIndex.h"
36 MakeRangeList(const PdbIndex &index, const LocalVariableAddrRange &range,
695 static bool GetFrameDataProgram(PdbIndex &index,
711 static RegisterId GetBaseFrameRegister(PdbIndex &index,
731 PdbIndex &index, PdbCompilandSymId var_id, Block &func_block,
H A DUdtRecordCompleter.cpp4 #include "PdbIndex.h"
39 PdbAstBuilder &ast_builder, PdbIndex &index,
H A DSymbolFileNativePDB.cpp325 auto expected_index = PdbIndex::create(pdb_file);
2189 ProcessTpiStream(PdbIndex &index, TypeIndex parent,
2195 PdbIndex &index;
/openbsd-current/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile53 PdbIndex.cpp \

Completed in 208 milliseconds