Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h757 unsigned ScopeLine;
773 unsigned ScopeLine, Metadata *ContainingType,
780 Line(Line), Type(Type), ScopeLine(ScopeLine),
789 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
805 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfoMetadata.cpp1013 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram() argument
1017 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram()
1116 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
1125 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
1151 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
H A DDIBuilder.cpp830 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
838 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
850 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
857 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
H A DDebugInfo.cpp1118 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
1121 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h770 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
782 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
H A DDebugInfoMetadata.h1620 unsigned ScopeLine; variable
1660 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1667 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1676 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1685 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1706 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1713 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1720 unsigned Line, Metadata *Type, unsigned ScopeLine,
1726 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1744 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h367 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4288 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
4305 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4361 unsigned ScopeLine = 0; in EmitFunctionDecl() local
4369 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()