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

  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430MachineFunctionInfo.h 41 void setRAIndex(int Index) { ReturnAddrIndex = Index; }
  /external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.h 46 void setRAIndex(int Index) { ReturnAddrIndex = Index; }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MachineFunctionInfo.h 106 void setRAIndex(int Index) { ReturnAddrIndex = Index; }
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 131 void setRAIndex(int Index) { ReturnAddrIndex = Index; }

Completed in 223 milliseconds