Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1807 unsigned ScopeLine; variable
1859 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, in DISubprogram() argument
1863 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram()
1872 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1880 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1888 unsigned ScopeLine, Metadata *ContainingType,
1908 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1914 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1921 unsigned Line, Metadata *Type, unsigned ScopeLine,
1926 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
[all …]
DDIBuilder.h717 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
727 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
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() &&
DDIBuilder.cpp817 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
824 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
836 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
843 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
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()
DDebugInfo.cpp966 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
969 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DDebugInfo.h342 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3935 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart() local
3949 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4004 unsigned ScopeLine = 0; in EmitFunctionDecl() local
4011 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()