Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.cpp19 uint32_t DebugSymbolsSubsection::calculateSerializedSize() const { in calculateSerializedSize()
23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
31 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h37 class LLVM_ABI DebugSymbolsSubsection final : public DebugSubsection {
39 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp489 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
/freebsd/lib/clang/libllvm/
H A DMakefile584 SRCS_MIN+= DebugInfo/CodeView/DebugSymbolsSubsection.cpp