Searched refs:MaybeLoc (Results 1 – 4 of 4) sorted by relevance
217 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark() local218 TheRemark.Loc = *MaybeLoc; in parseRemark()220 return MaybeLoc.takeError(); in parseRemark()362 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg() local363 Loc = *MaybeLoc; in parseArg()366 return MaybeLoc.takeError(); in parseArg()
58 auto MaybeLoc = UnwindRow.getRegisterLocations().getRegisterLocation(Reg); in getUnwindRuleRegSet() local59 assert(MaybeLoc && "the register should be included in the unwinding row"); in getUnwindRuleRegSet()60 auto Loc = *MaybeLoc; in getUnwindRuleRegSet()
568 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc() local569 Loc = *MaybeLoc; in getBestLocationFromDebugLoc()
2879 auto MaybeLoc = getLocOrNone(In); in isSafeToMoveBeforeInBB() local2908 if (!MaybeLoc || !MaybeLocI) in isSafeToMoveBeforeInBB()2910 if (!AA.isNoAlias(*MaybeLoc, *MaybeLocI)) in isSafeToMoveBeforeInBB()