Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp21 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize()
22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()
23 uint32_t PDBStringTable::getHashVersion() const { return Header->HashVersion; } in getHashVersion()
24 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature()
26 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader()
41 Error PDBStringTable::readStrings(BinaryStreamReader &Reader) { in readStrings()
57 PDBStringTable::getStringTable() const { in getStringTable()
61 Error PDBStringTable::readHashTable(BinaryStreamReader &Reader) { in readHashTable()
75 Error PDBStringTable::readEpilogue(BinaryStreamReader &Reader) { in readEpilogue()
83 Error PDBStringTable::reload(BinaryStreamReader &Reader) { in reload()
[all …]
H A DNativeEnumInjectedSources.cpp40 const PDBStringTable &Strings;
45 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource()
100 const PDBStringTable &Strings) in NativeEnumInjectedSources()
H A DInjectedSourceStream.cpp13 #include "llvm/DebugInfo/PDB/Native/PDBStringTable.h"
27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) {
H A DPDBFile.cpp366 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable()
372 auto N = std::make_unique<PDBStringTable>(); in getStringTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h21 class PDBStringTable; variable
26 const PDBStringTable &Strings);
37 const PDBStringTable &Strings;
H A DInjectedSourceStream.h20 class PDBStringTable; variable
25 Error reload(const PDBStringTable &Strings);
H A DPDBFile.h34 class PDBStringTable; variable
105 Expected<PDBStringTable &> getStringTable();
140 std::unique_ptr<PDBStringTable> Strings;
H A DPDBStringTable.h26 class PDBStringTable {
H A DDbiStream.h107 PDBStringTable ECNames;
/freebsd/lib/clang/libllvm/
H A DMakefile643 SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTable.cpp