| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1807 unsigned ScopeLine; variable 1859 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, in DISubprogram() argument 1863 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram() 1872 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 1880 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1888 unsigned ScopeLine, Metadata *ContainingType, 1908 unsigned Line, DISubroutineType *Type, unsigned ScopeLine, 1914 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1921 unsigned Line, Metadata *Type, unsigned ScopeLine, 1944 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() [all …]
|
| H A D | DIBuilder.h | 717 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero, 727 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 684 unsigned ScopeLine; 698 unsigned ScopeLine, Metadata *ContainingType, 704 Line(Line), Type(Type), ScopeLine(ScopeLine), 712 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 726 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
| H A D | DIBuilder.cpp | 817 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument 824 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction() 836 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument 843 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
|
| H A D | DebugInfoMetadata.cpp | 862 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 869 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl() 886 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
|
| H A D | DebugInfo.cpp | 966 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument 969 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 342 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3935 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local 3949 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4004 unsigned ScopeLine = 0; in EmitFunctionDecl() local 4011 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()
|