| /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/llvm-project/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/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/llvm-project/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/llvm-project/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/include/llvm/DebugInfo/PDB/Native/ |
| D | PDBStringTableBuilder.h | 56 void setStrings(const codeview::DebugStringTableSubsection &Strings); 65 codeview::DebugStringTableSubsection Strings;
|
| /external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
| D | BUILD.gn | 20 "DebugStringTableSubsection.cpp",
|
| /external/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | PdbYaml.h | 31 class DebugStringTableSubsection; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | PDBStringTableBuilder.cpp | 149 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
|
| /external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | PDBStringTableBuilder.cpp | 149 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()
|