Home
last modified time | relevance | path

Searched defs:callMain (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h611 Expected<int> callMain(TargetAddress Addr, in callMain() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h523 Expected<int> callMain(JITTargetAddress Addr, in callMain() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h732 Expected<int> callMain(JITTargetAddress Addr, in callMain() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp532 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output() local