Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h749 unsigned ScopeLine;
765 unsigned ScopeLine, Metadata *ContainingType,
772 Line(Line), Type(Type), ScopeLine(ScopeLine),
781 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
797 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfoMetadata.cpp941 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram() argument
945 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram()
1044 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
1053 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
1079 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
H A DDIBuilder.cpp850 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
858 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
871 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
878 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
H A DDebugInfo.cpp1024 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
1027 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1856 unsigned ScopeLine; variable
1896 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1903 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1912 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1921 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1942 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1949 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1956 unsigned Line, Metadata *Type, unsigned ScopeLine,
1962 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1980 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine()
[all …]
H A DDIBuilder.h763 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
775 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1253 unsigned ScopeLine = LineNo; in codegen() local
1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst261 unsigned ScopeLine = 0;
265 ScopeLine,
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h366 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4142 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
4159 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4215 unsigned ScopeLine = 0; in EmitFunctionDecl() local
4224 ScopeLine, Flags, SPFlags, TParamsArray.get(), in EmitFunctionDecl()