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 779 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
781 return Val.MachineCPVal->getRelocationInfo();
782 return Val.ConstVal->getRelocationInfo();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 316 /// getRelocationInfo - This method classifies the entry according to
330 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const {
338 return BA->getFunction()->getRelocationInfo();
361 cast<Constant>(getOperand(i))->getRelocationInfo());
    [all...]

Completed in 47 milliseconds