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

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

Completed in 113 milliseconds