Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A 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()
H A DDebugChecksumsSubsection.cpp65 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
H A DDebugLinesSubsection.cpp73 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h46 class DebugStringTableSubsection;
73 DebugStringTableSubsection &Strings)
87 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h30 class DebugStringTableSubsection; variable
78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
92 DebugStringTableSubsection &Strings;
H A DDebugStringTableSubsection.h57 class DebugStringTableSubsection : public DebugSubsection {
59 DebugStringTableSubsection();
H A DDebugLinesSubsection.h29 class DebugStringTableSubsection; variable
118 DebugStringTableSubsection &Strings);
H A DStringsAndChecksums.h84 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h57 void setStrings(const codeview::DebugStringTableSubsection &Strings);
66 codeview::DebugStringTableSubsection Strings;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h32 class DebugStringTableSubsection; variable
H A Dllvm-pdbutil.cpp769 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp132 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp503 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
942 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp205 DebugStringTableSubsection PDBStrTab;
1166 DebugStringTableSubsection &PdbStrTable) { in translateStringTableIndex()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile387 SRCS_EXT+= DebugInfo/CodeView/DebugStringTableSubsection.cpp