Searched refs:callMain (Results 1 – 6 of 6) sorted by relevance
48 callMain(args: string[]): void;
29 mod.callMain(['json', '/fs/trace.proto', outPath]);
499 Expected<int> callMain(JITTargetAddress Addr, in callMain() function
611 Expected<int> callMain(TargetAddress Addr, in callMain() function
532 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output() local533 callMain->dst.type = sw::Shader::PARAMETER_LABEL; in output()534 callMain->dst.index = 0; // main() in output()
4540 Module['callMain'] = function callMain(args) { function