Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h46 class DebugStringTableSubsection;
73 DebugStringTableSubsection &Strings)
87 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h31 class DebugStringTableSubsection; variable
79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
93 DebugStringTableSubsection &Strings;
H A DDebugStringTableSubsection.h56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
H A DStringsAndChecksums.h20 class DebugStringTableSubsection; variable
85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
H A DDebugLinesSubsection.h29 class DebugStringTableSubsection; variable
118 DebugStringTableSubsection &Strings);
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h55 void setStrings(const codeview::DebugStringTableSubsection &Strings);
64 codeview::DebugStringTableSubsection Strings;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn20 "DebugStringTableSubsection.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp150 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp157 DebugStringTableSubsection pdbStrTab;
742 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp806 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5130 llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
5876 llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp