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

  /external/llvm/lib/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.cpp 22 case InvalidId:
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 70 static const ResourceId InvalidId = ~0U;
97 InvalidId = RPCFunctionIdTraits<JITFuncId>::InvalidId,
RPCUtils.h 49 /// specialize this class and provide unique values for InvalidId,
54 static const T InvalidId = static_cast<T>(0);
87 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId &&
89 "Cannot define custom function with InvalidId or ResponseId. "
144 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId &&
146 "Cannot define custom function with InvalidId or ResponseId. "
580 FunctionIdT Id = RPCFunctionIdTraits<FunctionIdT>::InvalidId;
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
server.cpp 106 MyServerT::JITFuncId Id = MyServerT::InvalidId;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 146 static const ResourceId InvalidId = ~0U;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 401 milliseconds