Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h192 typedef SmallVector<Location, 8> LocationVec; typedef
200 LocationVec Locations;
204 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
219 LocationVec &Locs, LiveOutVec &LiveOuts) const;
/external/llvm/lib/CodeGen/
DStackMaps.cpp90 LocationVec &Locs, LiveOutVec &LiveOuts) const { in parseOperand()
162 const LocationVec &CSLocs = CSI.Locations; in print()
280 LocationVec Locations; in recordStackMapOpers()
295 for (LocationVec::iterator I = Locations.begin(), E = Locations.end(); in recordStackMapOpers()
356 LocationVec &Locations = CSInfos.back().Locations; in recordPatchPoint()
467 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()