Home
last modified time | relevance | path

Searched refs:MaybeLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp217 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark() local
218 TheRemark.Loc = *MaybeLoc; in parseRemark()
220 return MaybeLoc.takeError(); in parseRemark()
362 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg() local
363 Loc = *MaybeLoc; in parseArg()
366 return MaybeLoc.takeError(); in parseArg()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp58 auto MaybeLoc = UnwindRow.getRegisterLocations().getRegisterLocation(Reg); in getUnwindRuleRegSet() local
59 assert(MaybeLoc && "the register should be included in the unwinding row"); in getUnwindRuleRegSet()
60 auto Loc = *MaybeLoc; in getUnwindRuleRegSet()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp568 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc() local
569 Loc = *MaybeLoc; in getBestLocationFromDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2879 auto MaybeLoc = getLocOrNone(In); in isSafeToMoveBeforeInBB() local
2908 if (!MaybeLoc || !MaybeLocI) in isSafeToMoveBeforeInBB()
2910 if (!AA.isNoAlias(*MaybeLoc, *MaybeLocI)) in isSafeToMoveBeforeInBB()