Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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
DDebugInfo.cpp1368 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1380 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmod.rs249 pub struct DebugLoc { struct
263 pub fn lookup_debug_loc(&self, pos: BytePos) -> DebugLoc { in lookup_debug_loc()
573 let DebugLoc { line, col, .. } = self.lookup_debug_loc(span.lo()); in dbg_loc() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h51 class DebugLoc; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOptimizationRemarkEmitter.h25 class DebugLoc; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.cpp322 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp783 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1429 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()