Searched refs:getRelocationInfo (Results 1 – 7 of 7) sorted by relevance
53 virtual unsigned getRelocationInfo() const = 0;121 unsigned getRelocationInfo() const;
157 switch (C->getRelocationInfo()) { in getKindForGlobal()230 switch (C->getRelocationInfo()) { in getKindForGlobal()
92 PossibleRelocationsTy getRelocationInfo() const;
638 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry640 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()641 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
85 virtual unsigned getRelocationInfo() const { return 2; } in getRelocationInfo() function
278 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant286 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()309 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()
1007 switch (CPE.getRelocationInfo()) { in EmitConstantPool()