Home
last modified time | relevance | path

Searched refs:PDBStringTable (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp23 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize()
24 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()
26 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature()
28 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader()
43 Error PDBStringTable::readStrings(BinaryStreamReader &Reader) { in readStrings()
59 PDBStringTable::getStringTable() const { in getStringTable()
63 Error PDBStringTable::readHashTable(BinaryStreamReader &Reader) { in readHashTable()
77 Error PDBStringTable::readEpilogue(BinaryStreamReader &Reader) { in readEpilogue()
85 Error PDBStringTable::reload(BinaryStreamReader &Reader) { in reload()
110 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID()
[all …]
H A DPDBFile.cpp367 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable()
383 auto N = llvm::make_unique<PDBStringTable>(); in getStringTable()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h36 class PDBStringTable; variable
102 Expected<PDBStringTable &> getStringTable();
139 std::unique_ptr<PDBStringTable> Strings;
H A DPDBStringTable.h34 class PDBStringTable {
H A DDbiStream.h98 PDBStringTable ECNames;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp139 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile479 SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTable.cpp