Searched refs:DebugStringTableSubsectionRef (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 28 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings); 31 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings, 34 void setStrings(const DebugStringTableSubsectionRef &Strings); 65 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() 75 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; 78 const DebugStringTableSubsectionRef *Strings = nullptr;
|
D | DebugSubsectionVisitor.h | 30 class DebugStringTableSubsectionRef; variable 56 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST, 95 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 103 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
D | SymbolVisitorDelegate.h | 22 class DebugStringTableSubsectionRef; variable 30 virtual DebugStringTableSubsectionRef getStringTable() = 0;
|
D | DebugStringTableSubsection.h | 32 class DebugStringTableSubsectionRef : public DebugSubsectionRef { 34 DebugStringTableSubsectionRef();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 25 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 29 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() 38 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings() 59 const DebugStringTableSubsectionRef &StringsRef) { in setStrings() 60 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()
|
D | DebugStringTableSubsection.cpp | 23 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() in DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef 26 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() 31 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 36 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { in getString()
|
D | DebugSubsectionVisitor.cpp | 73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
|
D | SymbolDumper.cpp | 358 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 377 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 115 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 129 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 145 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 175 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 203 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings); 217 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 542 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum() 556 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 567 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 582 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTable.h | 48 const codeview::DebugStringTableSubsectionRef &getStringTable() const; 57 codeview::DebugStringTableSubsectionRef Strings;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTable.cpp | 58 const codeview::DebugStringTableSubsectionRef &
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 115 static const DebugStringTableSubsectionRef &extractStringTable(PDBFile &File) { in extractStringTable()
|
D | DumpOutputStyle.cpp | 1018 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj() 1021 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 178 DebugStringTableSubsectionRef CVStringTable; 219 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|