Searched defs:DebugLoc (Results 1 – 8 of 8) 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()
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()