Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A 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()
H A DCMakeLists.txt14 DebugStringTableSubsection.cpp
H A DDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
H A DDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h45 class DebugStringTableSubsection;
72 DebugStringTableSubsection &Strings)
86 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h29 class DebugStringTableSubsection; variable
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
91 DebugStringTableSubsection &Strings;
H A DDebugStringTableSubsection.h56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
H A DDebugLinesSubsection.h28 class DebugStringTableSubsection; variable
117 DebugStringTableSubsection &Strings);
H A DStringsAndChecksums.h83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h55 void setStrings(const codeview::DebugStringTableSubsection &Strings);
64 codeview::DebugStringTableSubsection Strings;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn20 "DebugStringTableSubsection.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
H A DMakefile21 DebugStringTableSubsection.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h31 class DebugStringTableSubsection; variable
H A Dllvm-pdbutil.cpp780 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp149 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()