Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp242 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark()
243 TheRemark.Loc = *MaybeLoc; in parseRemark()
245 return MaybeLoc.takeError(); in parseRemark()
387 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg()
388 Loc = *MaybeLoc; in parseArg()
391 return MaybeLoc.takeError(); in parseArg()
244 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) parseRemark() local
392 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { parseArg() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp606 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc() local
607 Loc = *MaybeLoc; in getBestLocationFromDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2878 auto MaybeLoc = getLocOrNone(In); in isSafeToMoveBeforeInBB() local
2907 if (!MaybeLoc || !MaybeLocI) in isSafeToMoveBeforeInBB()
2909 if (!AA.isNoAlias(*MaybeLoc, *MaybeLocI)) in isSafeToMoveBeforeInBB()