Home
last modified time | relevance | path

Searched refs:callMain (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h611 Expected<int> callMain(TargetAddress Addr, in callMain() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp337 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output() local
338 callMain->dst.type = sw::Shader::PARAMETER_LABEL; in output()
339 callMain->dst.index = 0; // main() in output()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4540 Module['callMain'] = function callMain(args) { function