HomeSort by: relevance | last modified time | path
    Searched defs:writeUInt64s (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TargetProcessControl.cpp 137 void SelfTargetProcessControl::writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TargetProcessControl.h 51 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
78 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) {
81 writeUInt64s(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); });
204 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,

Completed in 70 milliseconds