HomeSort by relevance Sort by last modified time
    Searched refs:LocationVec (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 137 typedef SmallVector<Location, 8> LocationVec;
145 LocationVec Locations;
149 LocationVec &Locations, LiveOutVec &LiveOuts)
164 LocationVec &Locs, LiveOutVec &LiveOuts) const;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 81 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 33 milliseconds