| /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-7.0/llvm/lib/IR/ |
| D | DebugLoc.cpp | 19 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
| D | DebugInfo.cpp | 1297 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore() 1309 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| D | OptimizationRemarkEmitter.h | 26 class DebugLoc; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| D | BoundsChecking.cpp | 183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
| D | Statistics.cpp | 68 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie() local
|
| /external/llvm/unittests/IR/ |
| D | IRBuilderTest.cpp | 387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
| D | OptReport.cpp | 185 auto *DebugLoc = dyn_cast<yaml::MappingNode>(RootChild.getValue()); in collectLocationInfo() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFVerifier.cpp | 434 if (auto DebugLoc = DCtx.getDebugLoc()) in verifyDebugInfoAttribute() local 1172 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable() local
|
| D | DWARFDie.cpp | 106 DWARFDebugLoc DebugLoc; in dumpLocation() local
|
| /external/llvm/lib/CodeGen/ |
| D | LiveDebugValues.cpp | 285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
| /external/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 152 llvm::Value *DebugLoc; member
|
| /external/swiftshader/third_party/LLVM/include/llvm/Target/ |
| D | TargetLowering.h | 1197 DebugLoc /*dl*/, SelectionDAG &/*DAG*/, in LowerFormalArguments() argument 1243 DebugLoc /*dl*/, SelectionDAG &/*DAG*/, in LowerCall() argument 1275 DebugLoc /*dl*/, SelectionDAG &/*DAG*/) const { in LowerReturn() argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
| D | IRBuilderTest.cpp | 547 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
| D | ir.go | 1265 type DebugLoc struct { struct 1266 Line, Col uint 1267 Scope Metadata 1268 InlinedAt Metadata
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | LiveDebugValues.cpp | 362 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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.cpp | 1052 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
|