Home
last modified time | relevance | path

Searched refs:DILoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp138 DILocation *DILoc = nullptr; member
838 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in initializeFrameInfo()
840 Reg.asMCReg(), MaybeInfo->DILoc); in initializeFrameInfo()
949 DILocation *DILoc = nullptr; in parseVarExprLoc() local
952 typecheckMDNode(DILoc, Loc, LocStr, "DILocation", *this)) in parseVarExprLoc()
954 return VarExprLoc{DIVar, DIExpr, DILoc}; in parseVarExprLoc()
966 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in parseStackObjectsDebugInfo()
968 MaybeInfo->DILoc); in parseStackObjectsDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp439 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in loadVarInloc()
441 std::make_pair(VarID, &*MTracker->emitLoc(ResolvedDbgOps, Var, DILoc, in loadVarInloc()
599 auto &[Var, DILoc] = DVMap.lookupDVID(Use.VarID); in checkInstForNewValues()
601 Use.VarID, MTracker->emitLoc(DbgOps, Var, DILoc, Use.Properties))); in checkInstForNewValues()
672 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in recoverAsEntryValue()
867 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in clobberMloc()
869 VarID, &*MTracker->emitLoc(DbgOps, Var, DILoc, Properties))); in clobberMloc()
937 auto &[Var, DILoc] = DVMap.lookupDVID(VarID); in transferMlocs()
938 MachineInstr *MI = MTracker->emitLoc(ActiveVLocIt->second.Ops, Var, DILoc, in transferMlocs()
1191 const DebugVariable &Var, const DILocation *DILoc, in emitLoc() argument
[all …]
H A DInstrRefBasedImpl.h1026 const DebugVariable &Var, const DILocation *DILoc,
1420 getBlocksForScope(const DILocation *DILoc,
1436 void buildVLocValueMap(const DILocation *DILoc,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp584 SourceLocation DILoc; in getBestLocationFromDebugLoc() local
595 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
598 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
604 FullSourceLoc Loc(DILoc, SourceMgr); in getBestLocationFromDebugLoc()
610 if (DILoc.isInvalid() && D.isLocationAvailable()) in getBestLocationFromDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1132 DILocation *DILoc = nullptr; in buildFrameDebugInfo() local
1136 DILoc = PromiseDDI->getDebugLoc().get(); in buildFrameDebugInfo()
1140 DILoc = PromiseDVR->getDebugLoc().get(); in buildFrameDebugInfo()
1260 assert(FrameDIVar->isValidLocationForIntrinsic(DILoc)); in buildFrameDebugInfo()
1281 DBuilder.createExpression(), DILoc, in buildFrameDebugInfo()
1287 DBuilder.createExpression(), DILoc, in buildFrameDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1661 const DILocation *DILoc = DILocation::get( in processUntaggedInstruction() local
1669 VarLoc.DL = DILoc; in processUntaggedInstruction()