Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CPE

232 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) {
234 switch (CPE.getRelocationInfo()) {
241 switch (TM.getTargetData()->getTypeAllocSize(CPE.getType())) {
252 CPSect->getFlags(), CPE.getAlignment());