Searched refs:emitGlobals (Results 1 – 5 of 5) sorted by relevance
58 emitGlobals(); in Interpreter()
223 void emitGlobals(const Module &M);
455 emitGlobals(*MF->getFunction()->getParent()); in EmitFunctionEntryLabel()855 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals() function in NVPTXAsmPrinter927 emitGlobals(M); in doFinalization()
488 void emitGlobals();
1241 void ExecutionEngine::emitGlobals() { in emitGlobals() function in ExecutionEngine