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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 252 /// getFunctionContextIndex/setFunctionContextIndex - Return the index for the
255 void setFunctionContextIndex(int I) { FunctionContextIdx = I; }
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 303 void setFunctionContextIndex(int I) { FunctionContextIdx = I; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 340 void setFunctionContextIndex(int I) { FunctionContextIdx = I; }

Completed in 108 milliseconds