Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h548 unsigned ScopeLine,
562 unsigned ScopeLine,
577 unsigned ScopeLine,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp962 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 DDIBuilderBindings.cpp87 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Func) { in LLVMDIBuilderCreateFunction() argument
92 IsDefinition, ScopeLine, Flags, IsOptimized, unwrap<Function>(Func)); in LLVMDIBuilderCreateFunction()
H A DDIBuilderBindings.h58 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Function);
H A Ddibuilder.go189 ScopeLine int member
211 C.unsigned(f.ScopeLine),
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1230 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 DLangImpl8.rst260 unsigned ScopeLine = 0;
264 true /* definition */, ScopeLine, DIDescriptor::FlagPrototyped, false, F);
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2603 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart() local
2613 true /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize, Fn, in EmitFunctionStart()