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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 57 unsigned getNumStubs() const { llvm_unreachable("Not supported"); }
90 unsigned getNumStubs() const { return NumStubs; }
93 /// the range 0 .. getNumStubs() - 1.
99 /// which must be in the range 0 .. getNumStubs() - 1.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 62 unsigned getNumStubs() const { llvm_unreachable("Not supported"); }
96 unsigned getNumStubs() const { return NumStubs; }
99 /// the range 0 .. getNumStubs() - 1.
105 /// which must be in the range 0 .. getNumStubs() - 1.

Completed in 48 milliseconds