Home
last modified time | relevance | path

Searched refs:emitGlobals (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp58 emitGlobals(); in Interpreter()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h223 void emitGlobals(const Module &M);
DNVPTXAsmPrinter.cpp455 emitGlobals(*MF->getFunction()->getParent()); in EmitFunctionEntryLabel()
855 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals() function in NVPTXAsmPrinter
927 emitGlobals(M); in doFinalization()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h488 void emitGlobals();
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1241 void ExecutionEngine::emitGlobals() { in emitGlobals() function in ExecutionEngine