Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugStringTableSubsection.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()
HDDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
HDDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugCrossImpSubsection.h45 class DebugStringTableSubsection;
72 DebugStringTableSubsection &Strings)
86 DebugStringTableSubsection &Strings;
HDDebugChecksumsSubsection.h29 class DebugStringTableSubsection; variable
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
91 DebugStringTableSubsection &Strings;
HDDebugStringTableSubsection.h56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
HDDebugLinesSubsection.h28 class DebugStringTableSubsection; variable
117 DebugStringTableSubsection &Strings);
HDStringsAndChecksums.h83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDPDBStringTableBuilder.h56 void setStrings(const codeview::DebugStringTableSubsection &Strings);
65 codeview::DebugStringTableSubsection Strings;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPdbYaml.h31 class DebugStringTableSubsection; variable
HDllvm-pdbutil.cpp776 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPDBStringTableBuilder.cpp149 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp177 DebugStringTableSubsection pdbStrTab;
1019 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile416 SRCS_EXT+= DebugInfo/CodeView/DebugStringTableSubsection.cpp