Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp61 DebugInlineeLinesSubsection::DebugInlineeLinesSubsection( in DebugInlineeLinesSubsection() function in DebugInlineeLinesSubsection
66 uint32_t DebugInlineeLinesSubsection::calculateSerializedSize() const { in calculateSerializedSize()
83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
115 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
H A DCMakeLists.txt12 DebugInlineeLinesSubsection.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h88 class DebugInlineeLinesSubsection final : public DebugSubsection {
95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn18 "DebugInlineeLinesSubsection.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
H A DMakefile19 DebugInlineeLinesSubsection.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()