Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2274 unsigned ScopeLine = 3; in TEST_F() local
2295 Context, Scope, Name, LinkageName, File, Line, Type, ScopeLine, in TEST_F()
2309 EXPECT_EQ(ScopeLine, N->getScopeLine()); in TEST_F()
2336 Line, Type, ScopeLine, ContainingType, in TEST_F()
2347 Line, Type, ScopeLine, ContainingType, in TEST_F()
2353 Line + 1, Type, ScopeLine, ContainingType, in TEST_F()
2366 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, in TEST_F()
2372 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, in TEST_F()
2377 Type, ScopeLine + 1, ContainingType, in TEST_F()
2383 Type, ScopeLine, getCompositeType(), in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir_test.go121 ScopeLine: 10,
H A Ddibuilder.go203 ScopeLine int member
224 C.unsigned(f.ScopeLine),
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h701 unsigned ScopeLine;
717 unsigned ScopeLine, Metadata *ContainingType,
724 Line(Line), Type(Type), ScopeLine(ScopeLine),
733 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
749 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfoMetadata.cpp906 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram() argument
910 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram()
980 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
989 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
1015 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
H A DDIBuilder.cpp846 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
854 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
867 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
874 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
H A DDebugInfo.cpp969 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
972 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1808 unsigned ScopeLine; variable
1848 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1855 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1864 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1873 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1894 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1901 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1908 unsigned Line, Metadata *Type, unsigned ScopeLine,
1914 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1932 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine()
[all …]
H A DDIBuilder.h760 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
772 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1253 unsigned ScopeLine = LineNo; in codegen() local
1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst261 unsigned ScopeLine = 0;
265 ScopeLine,
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h356 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4120 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
4137 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4193 unsigned ScopeLine = 0; in EmitFunctionDecl() local
4201 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()