Searched defs:DebugLoc (Results 1 – 9 of 9) sorted by relevance
18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
1368 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()1380 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
249 pub struct DebugLoc { struct263 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
51 class DebugLoc; variable
25 class DebugLoc; variable
184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
322 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
783 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
1429 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()