Searched refs:DebugStringTableSubsection (Results 1 – 17 of 17) 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()
14 DebugStringTableSubsection.cpp
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
709 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()
352 llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp \
227 "llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp",
1018 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp