HomeSort by relevance Sort by last modified time
    Searched defs:getRelocationInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 85 virtual unsigned getRelocationInfo() const { return 2; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 638 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
640 return Val.MachineCPVal->getRelocationInfo();
641 return Val.ConstVal->getRelocationInfo();
  /external/llvm/lib/VMCore/
Constants.cpp 264 /// getRelocationInfo - This method classifies the entry according to
278 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const {
286 return BA->getFunction()->getRelocationInfo();
309 cast<Constant>(getOperand(i))->getRelocationInfo());
    [all...]

Completed in 208 milliseconds