/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugStringTableSubsection.cpp | 44 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()
|
D | CMakeLists.txt | 14 DebugStringTableSubsection.cpp
|
D | DebugChecksumsSubsection.cpp | 64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
|
D | DebugLinesSubsection.cpp | 72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugStringTableSubsection.cpp | 44 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()
|
D | CMakeLists.txt | 14 DebugStringTableSubsection.cpp
|
D | DebugChecksumsSubsection.cpp | 64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
|
D | DebugLinesSubsection.cpp | 72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 46 class DebugStringTableSubsection; 73 DebugStringTableSubsection &Strings) 87 DebugStringTableSubsection &Strings;
|
D | DebugChecksumsSubsection.h | 31 class DebugStringTableSubsection; variable 79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings); 93 DebugStringTableSubsection &Strings;
|
D | DebugStringTableSubsection.h | 56 class DebugStringTableSubsection : public DebugSubsection { 58 DebugStringTableSubsection();
|
D | StringsAndChecksums.h | 20 class DebugStringTableSubsection; variable 85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
|
D | DebugLinesSubsection.h | 29 class DebugStringTableSubsection; variable 118 DebugStringTableSubsection &Strings);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 45 class DebugStringTableSubsection; 72 DebugStringTableSubsection &Strings) 86 DebugStringTableSubsection &Strings;
|
D | DebugChecksumsSubsection.h | 29 class DebugStringTableSubsection; variable 77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings); 91 DebugStringTableSubsection &Strings;
|
D | DebugStringTableSubsection.h | 56 class DebugStringTableSubsection : public DebugSubsection { 58 DebugStringTableSubsection();
|
D | DebugLinesSubsection.h | 28 class DebugStringTableSubsection; variable 117 DebugStringTableSubsection &Strings);
|
D | StringsAndChecksums.h | 83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.h | 55 void setStrings(const codeview::DebugStringTableSubsection &Strings); 64 codeview::DebugStringTableSubsection Strings;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.h | 56 void setStrings(const codeview::DebugStringTableSubsection &Strings); 65 codeview::DebugStringTableSubsection Strings;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 149 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 150 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 502 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/ |
D | CodeViewYAMLDebugSections.cpp | 502 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/ |
D | BUILD.gn | 1362 "//$clspv_llvm_dir/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp",
|