Home
last modified time | relevance | path

Searched refs:DebugSymbolsSubsection (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.cpp18 uint32_t DebugSymbolsSubsection::calculateSerializedSize() const { in calculateSerializedSize()
22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
30 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { in addSymbol()
H A DCMakeLists.txt19 DebugSymbolsSubsection.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h36 class DebugSymbolsSubsection final : public DebugSubsection {
38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn25 "DebugSymbolsSubsection.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
H A DMakefile25 DebugSymbolsSubsection.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()