reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
508 MachineConstantPool *getConstantPool() { return ConstantPool; } 509 const MachineConstantPool *getConstantPool() const { return ConstantPool; }lib/CodeGen/MachineFunction.cpp
175 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); 239 ConstantPool->~MachineConstantPool(); 240 Allocator.Deallocate(ConstantPool); 495 ConstantPool->print(OS);