Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp61 emitGlobals(); in Interpreter()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h177 void emitGlobals(const Module &M);
H A DNVPTXAsmPrinter.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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h508 void emitGlobals();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1214 void ExecutionEngine::emitGlobals() { in emitGlobals() function in ExecutionEngine