Searched refs:DebugStringTableSubsection (Results 1 – 14 of 14) sorted by relevance
44 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection47 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()
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;
151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
27 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() 941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
163 DebugStringTableSubsection pdbStrTab;744 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
804 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
524 SRCS_MIN+= DebugInfo/CodeView/DebugStringTableSubsection.cpp