Searched refs:DebugSymbolsSubsection (Results 1 – 16 of 16) 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()
19 DebugSymbolsSubsection.cpp
36 class DebugSymbolsSubsection final : public DebugSubsection {38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
25 "DebugSymbolsSubsection.cpp",
25 DebugSymbolsSubsection.cpp \
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
1525 ./usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
1524 ./usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
1523 ./usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
5869 llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp