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

  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 29 unsigned SystemZConstantPoolValue::getRelocationInfo() const {
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 85 virtual unsigned getRelocationInfo() const { return 2; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 801 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
803 return Val.MachineCPVal->getRelocationInfo();
804 return Val.ConstVal->getRelocationInfo();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 323 /// getRelocationInfo - This method classifies the entry according to
337 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const {
345 return BA->getFunction()->getRelocationInfo();
368 cast<Constant>(getOperand(i))->getRelocationInfo());
    [all...]

Completed in 181 milliseconds