Searched refs:DebugSymbolsSubsection (Results 1 – 4 of 4) sorted by relevance
19 uint32_t DebugSymbolsSubsection::calculateSerializedSize() const { in calculateSerializedSize()23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()31 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { in addSymbol()
36 class DebugSymbolsSubsection final : public DebugSubsection {38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
528 SRCS_EXT+= DebugInfo/CodeView/DebugSymbolsSubsection.cpp