/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 38 DebugLoc() {} in DebugLoc() function 39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function 40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
|
D | LLVMContext.h | 35 class DebugLoc; variable
|
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
D | DebugInfo.cpp | 1368 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore() 1380 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
D | DebugInfo.cpp | 1407 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore() 1419 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 51 class DebugLoc; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | OptimizationRemarkEmitter.h | 25 class DebugLoc; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 48 class DebugLoc; variable
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 189 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkParser.cpp | 322 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/external/llvm-project/llvm/lib/Remarks/ |
D | YAMLRemarkParser.cpp | 321 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 152 llvm::Value *DebugLoc; member
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1358 type DebugLoc struct { struct 1359 Line, Col uint 1360 Scope Metadata 1361 InlinedAt Metadata
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 863 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 402 llvm::Value *DebugLoc; member
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 1593 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local 1652 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugInstrRef() local
|
D | VarLocBasedImpl.cpp | 1054 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 783 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1429 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
|