HomeSort by relevance Sort by last modified time
    Searched defs:LiveOutVec (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 192 typedef SmallVector<LiveOutReg, 8> LiveOutVec;
200 LiveOutVec LiveOuts;
203 LocationVec &&Locations, LiveOutVec &&LiveOuts)
218 LiveOutVec &LiveOuts) const;
226 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 252 typedef SmallVector<LiveOutReg, 8> LiveOutVec;
267 LiveOutVec LiveOuts;
271 LocationVec &&Locations, LiveOutVec &&LiveOuts)
287 LiveOutVec &LiveOuts) const;
295 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 252 typedef SmallVector<LiveOutReg, 8> LiveOutVec;
267 LiveOutVec LiveOuts;
271 LocationVec &&Locations, LiveOutVec &&LiveOuts)
287 LiveOutVec &LiveOuts) const;
295 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;

Completed in 66 milliseconds