Searched refs:DILoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 138 DILocation *DILoc = nullptr; member 916 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in initializeFrameInfo() 918 Reg.asMCReg(), MaybeInfo->DILoc); in initializeFrameInfo() 1027 DILocation *DILoc = nullptr; in parseVarExprLoc() local 1030 typecheckMDNode(DILoc, Loc, LocStr, "DILocation", *this)) in parseVarExprLoc() 1032 return VarExprLoc{DIVar, DIExpr, DILoc}; in parseVarExprLoc() 1044 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in parseStackObjectsDebugInfo() 1046 MaybeInfo->DILoc); in parseStackObjectsDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 431 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in loadVarInloc() 433 std::make_pair(VarID, &*MTracker->emitLoc(ResolvedDbgOps, Var, DILoc, in loadVarInloc() 605 auto &[Var, DILoc] = DVMap.lookupDVID(Use.VarID); in checkInstForNewValues() 607 Use.VarID, MTracker->emitLoc(DbgOps, Var, DILoc, Use.Properties))); in checkInstForNewValues() 678 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in recoverAsEntryValue() 883 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in clobberMloc() 885 VarID, &*MTracker->emitLoc(DbgOps, Var, DILoc, Properties))); in clobberMloc() 951 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in transferMlocs() 952 MachineInstr *MI = MTracker->emitLoc(ActiveVLocIt->second.Ops, Var, DILoc, in transferMlocs() 1205 const DebugVariable &Var, const DILocation *DILoc, in emitLoc() argument [all …]
|
| H A D | InstrRefBasedImpl.h | 1023 const DebugVariable &Var, const DILocation *DILoc, 1412 getBlocksForScope(const DILocation *DILoc, 1429 buildVLocValueMap(const DILocation *DILoc,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 546 SourceLocation DILoc; in getBestLocationFromDebugLoc() local 557 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc() 560 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc() 566 FullSourceLoc Loc(DILoc, SourceMgr); in getBestLocationFromDebugLoc() 572 if (DILoc.isInvalid() && D.isLocationAvailable()) in getBestLocationFromDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1586 const DILocation *DILoc = DILocation::get( in processUnknownStoreToVariable() local 1594 VarLoc.DL = DILoc; in processUnknownStoreToVariable() 1666 const DILocation *DILoc = DILocation::get( in processUntaggedInstruction() local 1674 VarLoc.DL = DILoc; in processUntaggedInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 839 DILocation *DILoc = in buildFrameDebugInfo() local 841 assert(FrameDIVar->isValidLocationForIntrinsic(DILoc)); in buildFrameDebugInfo() 845 DBuilder.createExpression(), DILoc, in buildFrameDebugInfo()
|
| H A D | CoroSplit.cpp | 1579 DILocation &DILoc = *SuspendLoc.get(); in createResumeEntryBlock() local 1581 DBuilder.createLabel(DIS, LabelName, DILoc.getFile(), in createResumeEntryBlock() 1586 DBuilder.insertLabel(ResumeLabel, &DILoc, ResumeBB->begin()); in createResumeEntryBlock()
|