/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir_test.go | 120 ScopeLine: 10,
|
H A D | dibuilder.go | 203 ScopeLine int member 224 C.unsigned(f.ScopeLine),
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1805 unsigned ScopeLine; variable 1857 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, in DISubprogram() argument 1861 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram() 1870 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 1878 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1886 unsigned ScopeLine, Metadata *ContainingType, 1906 unsigned Line, DISubroutineType *Type, unsigned ScopeLine, 1912 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1919 unsigned Line, Metadata *Type, unsigned ScopeLine, 1924 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, [all …]
|
H A D | DIBuilder.h | 715 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero, 725 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
|
/netbsd-src/external/apache2/llvm/dist/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 | 812 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument 819 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction() 831 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument 838 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 | 930 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument 933 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 285 value IsDefinition, value ScopeLine, value Flags, value IsOptimized) { in llvm_dibuild_create_function_native() argument 290 Int_val(ScopeLine), DIFlags_val(Flags), Bool_val(IsOptimized)); in llvm_dibuild_create_function_native()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1253 unsigned ScopeLine = LineNo; in codegen() local 1256 CreateFunctionType(TheFunction->arg_size(), Unit), ScopeLine, in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 261 unsigned ScopeLine = 0; 265 false /* internal linkage */, true /* definition */, ScopeLine,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 342 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3952 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local 3966 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4026 unsigned ScopeLine = 0; in EmitFunctionDecl() local 4033 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()
|