Home
last modified time | relevance | path

Searched refs:DebugStringTableSubsection (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp44 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection
47 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()
60 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()
64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()
88 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()
97 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()
103 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
DCMakeLists.txt14 DebugStringTableSubsection.cpp
DDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
DDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp44 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection
47 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()
60 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()
64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()
88 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()
97 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()
103 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
DCMakeLists.txt14 DebugStringTableSubsection.cpp
DDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
DDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h46 class DebugStringTableSubsection;
73 DebugStringTableSubsection &Strings)
87 DebugStringTableSubsection &Strings;
DDebugChecksumsSubsection.h31 class DebugStringTableSubsection; variable
79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
93 DebugStringTableSubsection &Strings;
DDebugStringTableSubsection.h56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
DStringsAndChecksums.h20 class DebugStringTableSubsection; variable
85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
DDebugLinesSubsection.h29 class DebugStringTableSubsection; variable
118 DebugStringTableSubsection &Strings);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h45 class DebugStringTableSubsection;
72 DebugStringTableSubsection &Strings)
86 DebugStringTableSubsection &Strings;
DDebugChecksumsSubsection.h29 class DebugStringTableSubsection; variable
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
91 DebugStringTableSubsection &Strings;
DDebugStringTableSubsection.h56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
DDebugLinesSubsection.h28 class DebugStringTableSubsection; variable
117 DebugStringTableSubsection &Strings);
DStringsAndChecksums.h83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h55 void setStrings(const codeview::DebugStringTableSubsection &Strings);
64 codeview::DebugStringTableSubsection Strings;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h56 void setStrings(const codeview::DebugStringTableSubsection &Strings);
65 codeview::DebugStringTableSubsection Strings;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp149 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp150 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/external/angle/third_party/clspv/gn/llvm/sources/
DBUILD.gn1362 "//$clspv_llvm_dir/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp",

12