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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 181 typedef SmallVector<MILOHDirective, 32> MILOHContainer;
183 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; }
193 MILOHContainer LOHContainerSet;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 189 using MILOHContainer = SmallVector<MILOHDirective, 32>;
191 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; }
201 MILOHContainer LOHContainerSet;

Completed in 253 milliseconds