Home
last modified time | relevance | path

Searched defs:DebugLoc (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugLoc.h38 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
DLLVMContext.h35 class DebugLoc; variable
/external/llvm/lib/IR/
DDebugLoc.cpp18 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/
DDebugLoc.cpp19 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
DDebugInfo.cpp1297 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1309 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DOptimizationRemarkEmitter.h26 class DebugLoc; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp68 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp185 auto *DebugLoc = dyn_cast<yaml::MappingNode>(RootChild.getValue()); in collectLocationInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp434 if (auto DebugLoc = DCtx.getDebugLoc()) in verifyDebugInfoAttribute() local
1172 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable() local
DDWARFDie.cpp106 DWARFDebugLoc DebugLoc; in dumpLocation() local
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h152 llvm::Value *DebugLoc; member
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1197 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/
DIRBuilderTest.cpp547 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1265 type DebugLoc struct { struct
1266 Line, Col uint
1267 Scope Metadata
1268 InlinedAt Metadata
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp362 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1052 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()