Searched refs:DebugStringTableSubsection (Results 1 – 14 of 14) sorted by relevance
43 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection46 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert()59 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize()63 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit()85 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size()87 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds()96 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString()102 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
47 class DebugStringTableSubsection;75 DebugStringTableSubsection &Strings)89 DebugStringTableSubsection &Strings;
32 class DebugStringTableSubsection; variable80 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);94 DebugStringTableSubsection &Strings;
57 class LLVM_ABI DebugStringTableSubsection : public DebugSubsection {59 DebugStringTableSubsection();
21 class DebugStringTableSubsection; variable87 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
30 class DebugStringTableSubsection; variable119 DebugStringTableSubsection &Strings);
56 LLVM_ABI void setStrings(const codeview::DebugStringTableSubsection &Strings);65 codeview::DebugStringTableSubsection Strings;
151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
500 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()937 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
153 DebugStringTableSubsection pdbStrTab;738 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
810 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
579 SRCS_MIN+= DebugInfo/CodeView/DebugStringTableSubsection.cpp