Home
last modified time | relevance | path

Searched refs:ScopeLine (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h764 unsigned ScopeLine;
780 unsigned ScopeLine, Metadata *ContainingType,
787 Line(Line), Type(Type), ScopeLine(ScopeLine),
796 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
812 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfoMetadata.cpp1023 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram() argument
1027 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram()
1126 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
1135 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
1161 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
H A DDIBuilder.cpp857 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
865 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
877 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
884 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
H A DDebugInfo.cpp1123 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
1126 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1678 unsigned ScopeLine; variable
1718 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1725 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1734 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1743 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1764 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1771 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1778 unsigned Line, Metadata *Type, unsigned ScopeLine,
1784 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1802 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine()
[all …]
H A DDIBuilder.h804 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
816 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h380 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4441 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
4458 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4514 unsigned ScopeLine = 0; in EmitFunctionDecl() local
4522 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()