Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h137 typedef SmallVector<Location, 8> LocationVec; typedef
145 LocationVec Locations;
149 LocationVec &Locations, LiveOutVec &LiveOuts) in CallsiteInfo()
164 LocationVec &Locs, LiveOutVec &LiveOuts) const;
/external/llvm/lib/CodeGen/
DStackMaps.cpp81 LocationVec &Locs, LiveOutVec &LiveOuts) const { in parseOperand()
201 LocationVec Locations; in recordStackMapOpers()
216 for (LocationVec::iterator I = Locations.begin(), E = Locations.end(); in recordStackMapOpers()
264 LocationVec &Locations = CSInfos.back().Locations; in recordPatchPoint()
364 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()