Searched refs:DebugStringTableSubsection (Results 1 – 15 of 15) sorted by relevance
45 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection48 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()61 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()65 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()87 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()89 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()104 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
65 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
73 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
46 class DebugStringTableSubsection;73 DebugStringTableSubsection &Strings)87 DebugStringTableSubsection &Strings;
30 class DebugStringTableSubsection; variable78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);92 DebugStringTableSubsection &Strings;
57 class DebugStringTableSubsection : public DebugSubsection {59 DebugStringTableSubsection();
29 class DebugStringTableSubsection; variable118 DebugStringTableSubsection &Strings);
84 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
57 void setStrings(const codeview::DebugStringTableSubsection &Strings);66 codeview::DebugStringTableSubsection Strings;
32 class DebugStringTableSubsection; variable
769 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
132 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
503 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()942 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
205 DebugStringTableSubsection PDBStrTab;1166 DebugStringTableSubsection &PdbStrTable) { in translateStringTableIndex()
387 SRCS_EXT+= DebugInfo/CodeView/DebugStringTableSubsection.cpp