Home
last modified time | relevance | path

Searched refs:VLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp468 for (const auto &VLoc : VLocs) in loadInlocs() local
469 if (VLoc.second.Kind == DbgValue::Def) in loadInlocs()
470 for (DbgOpID OpID : VLoc.second.getDbgOpIDs()) in loadInlocs()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7942 LocTy VLoc; in parseLandingPad() local
7943 if (parseTypeAndValue(V, VLoc, PFS)) in parseLandingPad()
7950 error(VLoc, "'catch' clause has an invalid type"); in parseLandingPad()
7953 error(VLoc, "'filter' clause has an invalid type"); in parseLandingPad()
7958 return error(VLoc, "clause argument must be a constant"); in parseLandingPad()