Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h615 unsigned ScopeLine;
629 unsigned ScopeLine, Metadata *ContainingType,
635 Line(Line), Type(Type), ScopeLine(ScopeLine),
643 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
657 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDIBuilder.cpp754 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument
761 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction()
773 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument
780 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
H A DDebugInfoMetadata.cpp626 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
633 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
650 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
H A DDebugInfo.cpp806 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument
809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1649 unsigned ScopeLine;
1699 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1703 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex),
1712 DISubroutineType *Type, unsigned ScopeLine, DITypeRef ContainingType,
1720 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1728 unsigned ScopeLine, Metadata *ContainingType,
1748 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1754 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1761 unsigned Line, Metadata *Type, unsigned ScopeLine,
1766 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
[all …]
H A DDIBuilder.h665 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero,
675 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DDebugInfo.h323 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3465 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart() local
3474 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, FlagsForDef, in EmitFunctionStart()
3495 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionStart()
3543 unsigned ScopeLine = 0; in EmitFunctionDecl() local
3550 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()