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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp1 //===- DebugStringTableSubsection.cpp - CodeView String Table -------------===//
9 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
44 DebugStringTableSubsection::DebugStringTableSubsection() function in class:DebugStringTableSubsection
47 uint32_t DebugStringTableSubsection::insert(StringRef S) {
60 uint32_t DebugStringTableSubsection::calculateSerializedSize() const {
64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const {
86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); }
88 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const {
97 uint32_t DebugStringTableSubsection
[all...]
H A DDebugChecksumsSubsection.cpp12 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
64 DebugStringTableSubsection &Strings)
H A DDebugLinesSubsection.cpp72 DebugStringTableSubsection &Strings)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h45 class DebugStringTableSubsection;
72 DebugStringTableSubsection &Strings)
86 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h29 class DebugStringTableSubsection;
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
91 DebugStringTableSubsection &Strings;
H A DDebugStringTableSubsection.h1 //===- DebugStringTableSubsection.h - CodeView String Table -----*- C++ -*-===//
53 /// DebugStringTableSubsection owns the underlying storage for the table, and is
56 class DebugStringTableSubsection : public DebugSubsection { class in namespace:llvm::codeview
58 DebugStringTableSubsection();
H A DDebugLinesSubsection.h28 class DebugStringTableSubsection;
117 DebugStringTableSubsection &Strings);
H A DStringsAndChecksums.h14 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h18 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
56 void setStrings(const codeview::DebugStringTableSubsection &Strings);
65 codeview::DebugStringTableSubsection Strings;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h31 class DebugStringTableSubsection;
H A Dllvm-pdbutil.cpp780 Strings.setStrings(std::make_shared<DebugStringTableSubsection>());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp149 const codeview::DebugStringTableSubsection &Strings) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp27 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
502 auto Result = std::make_shared<DebugStringTableSubsection>();
941 std::static_pointer_cast<DebugStringTableSubsection>(Result));
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp142 DebugStringTableSubsection pdbStrTab;
649 DebugStringTableSubsection &pdbStrTable) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile430 SRCS_EXT+= DebugInfo/CodeView/DebugStringTableSubsection.cpp

Completed in 101 milliseconds