/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 615 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() &&
|
D | DIBuilder.cpp | 756 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() argument 763 Name, LinkageName, File, LineNo, Ty, ScopeLine, nullptr, 0, 0, Flags, in createFunction() 775 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() argument 782 ScopeLine, nullptr, 0, 0, Flags, SPFlags, in createTempFunctionFwdDecl()
|
D | DebugInfoMetadata.cpp | 633 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 640 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl() 657 (Line, ScopeLine, VirtualIndex, ThisAdjustment, Flags, SPFlags), Ops, in getImpl()
|
D | DebugInfo.cpp | 806 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() argument 809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1598 unsigned ScopeLine; variable 1650 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, in DISubprogram() argument 1654 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex), in DISubprogram() 1663 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 1671 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1679 unsigned ScopeLine, Metadata *ContainingType, 1699 unsigned Line, DISubroutineType *Type, unsigned ScopeLine, 1705 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1712 unsigned Line, Metadata *Type, unsigned ScopeLine, 1717 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, [all …]
|
D | DIBuilder.h | 666 unsigned ScopeLine, DINode::DIFlags Flags = DINode::FlagZero, 676 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 334 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
|