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

/openbsd-current/gnu/llvm/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)
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h46 class DebugStringTableSubsection;
73 DebugStringTableSubsection &Strings)
87 DebugStringTableSubsection &Strings;
H A DDebugChecksumsSubsection.h31 class DebugStringTableSubsection;
79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
93 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 DStringsAndChecksums.h20 class DebugStringTableSubsection;
85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
H A DDebugLinesSubsection.h29 class DebugStringTableSubsection;
118 DebugStringTableSubsection &Strings);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h17 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
55 void setStrings(const codeview::DebugStringTableSubsection &Strings);
64 codeview::DebugStringTableSubsection Strings;
/openbsd-current/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/
H A DMakefile20 DebugStringTableSubsection.cpp \
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp150 const codeview::DebugStringTableSubsection &Strings) {
/openbsd-current/gnu/llvm/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));
/openbsd-current/gnu/llvm/lld/COFF/
H A DPDB.cpp161 DebugStringTableSubsection pdbStrTab;
747 DebugStringTableSubsection &pdbStrTable) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp806 Strings.setStrings(std::make_shared<DebugStringTableSubsection>());

Completed in 267 milliseconds