Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h36 class DebugSymbolsSubsection final : public DebugSubsection {
38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile528 SRCS_EXT+= DebugInfo/CodeView/DebugSymbolsSubsection.cpp