| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 927 unsigned ScopeLine; 945 unsigned ScopeLine, Metadata *ContainingType, 952 Line(Line), ScopeLine(ScopeLine), Type(Type), 962 Line(N->getLine()), ScopeLine(N->getScopeLine()), Type(N->getRawType()), 979 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
| H A D | DIBuilder.cpp | 979 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument 987 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction() 998 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument 1005 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
|
| H A D | DebugInfoMetadata.cpp | 1293 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram() argument 1297 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram() 1395 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 1404 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl() 1429 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, in getImpl()
|
| H A D | DebugInfo.cpp | 1151 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument 1154 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2226 unsigned ScopeLine; variable 2266 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, 2274 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 2284 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 2294 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, 2315 unsigned Line, DISubroutineType *Type, unsigned ScopeLine, 2322 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 2330 unsigned Line, Metadata *Type, unsigned ScopeLine, 2337 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 2358 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() [all …]
|
| H A D | DIBuilder.h | 960 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, 972 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 384 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, unsigned ScopeLine,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4701 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local 4718 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4774 unsigned ScopeLine = 0; in EmitFunctionDecl() local 4784 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()
|