Searched refs:DebugStringTableSubsection (Results 1 – 15 of 15) sorted by relevance
1 //===- DebugStringTableSubsection.cpp - CodeView String Table -------------===//9 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"43 DebugStringTableSubsection::DebugStringTableSubsection()46 uint32_t DebugStringTableSubsection::insert(StringRef S) {59 uint32_t DebugStringTableSubsection::calculateSerializedSize() const {63 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const {85 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); }87 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const {96 uint32_t DebugStringTableSubsection in sortedIds() 44 DebugStringTableSubsection::DebugStringTableSubsection() DebugStringTableSubsection() function in DebugStringTableSubsection [all...]
14 DebugStringTableSubsection.cpp
64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
46 class DebugStringTableSubsection;73 DebugStringTableSubsection &Strings)87 DebugStringTableSubsection &Strings;
31 class DebugStringTableSubsection; variable79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);93 DebugStringTableSubsection &Strings;
56 class DebugStringTableSubsection : public DebugSubsection {58 DebugStringTableSubsection();
20 class DebugStringTableSubsection; variable85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
29 class DebugStringTableSubsection; variable118 DebugStringTableSubsection &Strings);
55 void setStrings(const codeview::DebugStringTableSubsection &Strings);64 codeview::DebugStringTableSubsection Strings;
20 "DebugStringTableSubsection.cpp",
151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
27 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"500 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() 939 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
163 DebugStringTableSubsection pdbStrTab;748 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
804 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()