Searched defs:DebugLoc (Results 1 – 12 of 12) sorted by relevance
75 LLVMOptRemarkDebugLoc DebugLoc; member94 LLVMOptRemarkDebugLoc DebugLoc; member
19 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
1291 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()1303 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
26 class DebugLoc; variable
183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
97 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie() local
163 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
514 if (auto DebugLoc = DCtx.getDebugLoc()) in verifyDebugInfoAttribute() local1323 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable() local
98 DWARFDebugLoc DebugLoc; in dumpLocation() local
365 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
329 llvm::Value *DebugLoc; member
1145 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()