Searched refs:getRelocationInfo (Results 1 – 8 of 8) sorted by relevance
52 virtual unsigned getRelocationInfo() const = 0;120 unsigned getRelocationInfo() const;
162 switch (C->getRelocationInfo()) { in getKindForGlobal()236 switch (C->getRelocationInfo()) { in getKindForGlobal()
91 PossibleRelocationsTy getRelocationInfo() const;
629 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry631 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()632 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
232 switch (CPE.getRelocationInfo()) { in getConstantPoolSection()
85 virtual unsigned getRelocationInfo() const { return 2; } in getRelocationInfo() function
237 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant245 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()268 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()
965 switch (CPE.getRelocationInfo()) { in EmitConstantPool()