Searched refs:emitGlobals (Results 1 – 5 of 5) sorted by relevance
61 emitGlobals(); in Interpreter()
177 void emitGlobals(const Module &M);
461 emitGlobals(*MF->getFunction().getParent()); in emitFunctionEntryLabel()837 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals() function in NVPTXAsmPrinter936 emitGlobals(M); in doFinalization()
508 void emitGlobals();
1214 void ExecutionEngine::emitGlobals() { in emitGlobals() function in ExecutionEngine