Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp39 const PDBStringTable &Strings;
44 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource()
99 const PDBStringTable &Strings) in NativeEnumInjectedSources()
H A DInjectedSourceStream.cpp28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
H A DPDBFile.cpp367 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable()
373 auto N = std::make_unique<PDBStringTable>(); in getStringTable()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoPDB/
H A DMakefile72 PDBStringTable.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn60 "Native/PDBStringTable.cpp",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt87 Native/PDBStringTable.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp166 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland()
H A DPdbUtil.cpp706 PDBStringTable &strings = cantFail(index.pdb().getStringTable()); in GetFrameDataProgram()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641720 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.macppc1719 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.loongson1719 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.octeon1719 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.arm641720 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.powerpc641718 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.armv71718 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.i3861718 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
H A Dclang.sparc641719 ./usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5239 llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
5975 llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp