Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.cpp61 emitGlobals(); in Interpreter()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.h177 void emitGlobals(const Module &M);
HDNVPTXAsmPrinter.cpp461 emitGlobals(*MF->getFunction().getParent()); in emitFunctionEntryLabel()
837 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals() function in NVPTXAsmPrinter
936 emitGlobals(M); in doFinalization()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h508 void emitGlobals();
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp1214 void ExecutionEngine::emitGlobals() { in emitGlobals() function in ExecutionEngine