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.cpp475 for (const auto &VLoc : VLocs) in loadInlocs() local
476 if (VLoc.second.Kind == DbgValue::Def) in loadInlocs()
477 for (DbgOpID OpID : VLoc.second.getDbgOpIDs()) in loadInlocs()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8255 LocTy VLoc; in parseLandingPad() local
8256 if (parseTypeAndValue(V, VLoc, PFS)) in parseLandingPad()
8263 return error(VLoc, "'catch' clause has an invalid type"); in parseLandingPad()
8266 return error(VLoc, "'filter' clause has an invalid type"); in parseLandingPad()
8271 return error(VLoc, "clause argument must be a constant"); in parseLandingPad()