Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go120 ScopeLine: 10,
H A Ddibuilder.go203 ScopeLine int member
224 C.unsigned(f.ScopeLine),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1805 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 DDIBuilder.h715 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 DLLVMContextImpl.h684 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 DDIBuilder.cpp812 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 DDebugInfoMetadata.cpp862 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 DDebugInfo.cpp930 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 Ddebuginfo_ocaml.c285 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 Dtoy.cpp1253 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 DLangImpl09.rst261 unsigned ScopeLine = 0;
265 false /* internal linkage */, true /* definition */, ScopeLine,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h342 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3952 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()