Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp397 void emitConstantPool(MachineConstantPool *MCP);
802 emitConstantPool(F.getConstantPool()); in startFunction()
1054 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() function in JITEmitter