Home
last modified time | relevance | path

Searched defs:writeUInt32s (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h71 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() function
DOrcRPCTargetProcessControl.h242 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp131 void SelfTargetProcessControl::writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s() function in llvm::orc::SelfTargetProcessControl