Searched refs:ScopeLine (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 548 unsigned ScopeLine, 562 unsigned ScopeLine, 577 unsigned ScopeLine,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 962 unsigned ScopeLine, unsigned Flags, in createFunction() argument 969 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine, in createFunction() 976 bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, in createFunctionHelper() argument 992 .concat(ScopeLine) in createFunctionHelper() 1009 unsigned ScopeLine, unsigned Flags, in createFunction() argument 1014 ScopeLine, Flags, isOptimized, Fn, TParams, Decl, in createFunction() 1031 unsigned ScopeLine, unsigned Flags, in createTempFunctionFwdDecl() argument 1036 ScopeLine, Flags, isOptimized, Fn, TParams, Decl, in createTempFunctionFwdDecl()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | DIBuilderBindings.cpp | 87 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Func) { in LLVMDIBuilderCreateFunction() argument 92 IsDefinition, ScopeLine, Flags, IsOptimized, unwrap<Function>(Func)); in LLVMDIBuilderCreateFunction()
|
| H A D | DIBuilderBindings.h | 58 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Function);
|
| H A D | dibuilder.go | 189 ScopeLine int member 211 C.unsigned(f.ScopeLine),
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 1230 unsigned ScopeLine = Line; in Codegen() local 1234 true /* definition */, ScopeLine, DIDescriptor::FlagPrototyped, false, F); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
| H A D | LangImpl8.rst | 260 unsigned ScopeLine = 0; 264 true /* definition */, ScopeLine, DIDescriptor::FlagPrototyped, false, F);
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2603 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart() local 2613 true /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize, Fn, in EmitFunctionStart()
|