Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DCMakeLists.txt19 DebugSymbolsSubsection.cpp
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h36 class DebugSymbolsSubsection final : public DebugSubsection {
38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() function
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn25 "DebugSymbolsSubsection.cpp",
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5881 llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp