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.cpp49 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h60 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
65 DebugInlineeLinesSubsectionRef();
H A DDebugSubsectionVisitor.h21 class DebugInlineeLinesSubsectionRef; variable
42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp146 const DebugInlineeLinesSubsectionRef &Lines);
621 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp247 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) {
278 DebugInlineeLinesSubsectionRef Lines; in traverseInlineeLines()
963 DebugInlineeLinesSubsectionRef &Lines) -> Error { in createScopes()
970 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.cpp870 DebugInlineeLinesSubsectionRef inlineeLines; in commit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1397 DebugInlineeLinesSubsectionRef Lines; in printCodeViewInlineeLines()