Searched refs:DumpAsm (Results 1 – 7 of 7) sorted by relevance
83 void CompilerImpl::DumpAsm(const panda::pandasm::Program *prog) in DumpAsm() function in panda::es2panda::compiler::CompilerImpl85 Emitter::DumpAsm(prog); in DumpAsm()
48 static void DumpAsm(const panda::pandasm::Program *prog);
152 void Compiler::DumpAsm(const panda::pandasm::Program *prog) in DumpAsm() function in panda::es2panda::Compiler154 compiler::CompilerImpl::DumpAsm(prog); in DumpAsm()
191 static void DumpAsm(const panda::pandasm::Program *prog);
116 static void DumpAsm(const panda::pandasm::Program *prog);
543 void Emitter::DumpAsm(const panda::pandasm::Program *prog) in DumpAsm() function in panda::es2panda::compiler::Emitter
112 es2panda::Compiler::DumpAsm(&(progInfo.second->program)); in DumpProgramInfos()