Searched refs:MCP (Results 1 – 2 of 2) sorted by relevance
270 unsigned int GetConstantPoolSizeInBytes(llvm::MachineConstantPool *MCP);284 void emitConstantPool(llvm::MachineConstantPool *MCP);
158 llvm::MachineConstantPool *MCP) { in GetConstantPoolSizeInBytes() argument160 MCP->getConstants(); in GetConstantPoolSizeInBytes()731 void CodeEmitter::emitConstantPool(llvm::MachineConstantPool *MCP) { in emitConstantPool() argument739 MCP->getConstants(); in emitConstantPool()744 unsigned Size = GetConstantPoolSizeInBytes(MCP); in emitConstantPool()745 unsigned Align = MCP->getConstantPoolAlignment(); in emitConstantPool()748 mpConstantPool = MCP; in emitConstantPool()