lir_alloc        1315 core/CodegenLIR.cpp         frag = new (*lir_alloc) Fragment(abcStart verbose_only(, 0));
lir_alloc        1316 core/CodegenLIR.cpp         LirBuffer *lirbuf = frag->lirbuf = new (*lir_alloc) LirBuffer(*lir_alloc);
lir_alloc        1325 core/CodegenLIR.cpp                 lirbuf->names = new (*lir_alloc) LirNameMap(*lir_alloc, &pool->codeMgr->labels);
lir_alloc        5574 core/CodegenLIR.cpp         Assembler *assm = new (*lir_alloc) Assembler(mgr->codeAlloc, mgr->allocator, *lir_alloc, core, &mgr->log);
lir_alloc        5581 core/CodegenLIR.cpp         verbose_only( StringList asmOutput(*lir_alloc); )
lir_alloc        5767 core/CodegenLIR.cpp         mmfx_delete( lir_alloc );
lir_alloc        5768 core/CodegenLIR.cpp         lir_alloc = NULL;
lir_alloc         352 core/CodegenLIR.h         Allocator* lir_alloc; // allocator with LIR buffer lifetime