Home
last modified time | relevance | path

Searched refs:DebugInlineeLinesSubsectionRef (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp43 DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef() in DebugInlineeLinesSubsectionRef() function in DebugInlineeLinesSubsectionRef
46 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles()
H A DDebugSubsectionVisitor.cpp48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
66 LLVM_ABI DebugInlineeLinesSubsectionRef();
H A DDebugSubsectionVisitor.h21 class DebugInlineeLinesSubsectionRef; variable
42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp144 const DebugInlineeLinesSubsectionRef &Lines);
619 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
769 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
816 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp242 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) { in collectInlineeInfo()
273 DebugInlineeLinesSubsectionRef Lines; in traverseInlineeLines()
957 DebugInlineeLinesSubsectionRef &Lines) -> Error { in createScopes()
964 if (Error Err = iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp49 DebugInlineeLinesSubsectionRef InlineeLines; in findInlineeByTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp114 DebugInlineeLinesSubsectionRef inlinee_lines; in ParseInlineeLineTableForCompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h152 Error collectInlineeInfo(DebugInlineeLinesSubsectionRef &Lines,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp886 return iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
889 DebugInlineeLinesSubsectionRef &Lines) -> Error { in dumpInlineeLines()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp865 DebugInlineeLinesSubsectionRef inlineeLines; in commit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1443 DebugInlineeLinesSubsectionRef Lines; in printCodeViewInlineeLines()