Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp43 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection
46 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()
59 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()
63 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
85 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()
87 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()
96 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()
102 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
H A DDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
H A DDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h47 class DebugStringTableSubsection;
75 DebugStringTableSubsection &Strings)
89 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h32 class DebugStringTableSubsection; variable
80 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
94 DebugStringTableSubsection &Strings;
H A DDebugStringTableSubsection.h57 class LLVM_ABI DebugStringTableSubsection : public DebugSubsection {
59 DebugStringTableSubsection();
H A DStringsAndChecksums.h21 class DebugStringTableSubsection; variable
87 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
H A DDebugLinesSubsection.h30 class DebugStringTableSubsection; variable
119 DebugStringTableSubsection &Strings);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h56 LLVM_ABI void setStrings(const codeview::DebugStringTableSubsection &Strings);
65 codeview::DebugStringTableSubsection Strings;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp500 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
937 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp153 DebugStringTableSubsection pdbStrTab;
738 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp810 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/freebsd/lib/clang/libllvm/
H A DMakefile579 SRCS_MIN+= DebugInfo/CodeView/DebugStringTableSubsection.cpp