Home
last modified time | relevance | path

Searched defs:ScopeLine (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp850 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction()
871 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl()
H A DDebugInfoMetadata.cpp941 unsigned ScopeLine, unsigned VirtualIndex, in DISubprogram()
1044 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl()
H A DDebugInfo.cpp1024 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1253 unsigned ScopeLine = LineNo; in codegen() local
/openbsd/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()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4142 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
4215 unsigned ScopeLine = 0; in EmitFunctionDecl() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1856 unsigned ScopeLine; variable