Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp45 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection
48 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()
61 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()
65 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
87 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()
89 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()
98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()
104 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
DCMakeLists.txt14 DebugStringTableSubsection.cpp
DDebugChecksumsSubsection.cpp65 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
DDebugLinesSubsection.cpp73 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h46 class DebugStringTableSubsection;
73 DebugStringTableSubsection &Strings)
87 DebugStringTableSubsection &Strings;
DDebugChecksumsSubsection.h30 class DebugStringTableSubsection; variable
78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
92 DebugStringTableSubsection &Strings;
DDebugStringTableSubsection.h57 class DebugStringTableSubsection : public DebugSubsection {
59 DebugStringTableSubsection();
DDebugLinesSubsection.h29 class DebugStringTableSubsection; variable
118 DebugStringTableSubsection &Strings);
DStringsAndChecksums.h84 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h57 void setStrings(const codeview::DebugStringTableSubsection &Strings);
66 codeview::DebugStringTableSubsection Strings;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPdbYaml.h32 class DebugStringTableSubsection; variable
Dllvm-pdbutil.cpp709 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp132 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp503 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
942 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk352 llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp \
DBUILD.gn227 "llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp",
/external/swiftshader/
DCMakeLists.txt1018 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp