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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 85 virtual unsigned getRelocationInfo() const { return 2; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 629 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
631 return Val.MachineCPVal->getRelocationInfo();
632 return Val.ConstVal->getRelocationInfo();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 223 /// getRelocationInfo - This method classifies the entry according to
237 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const {
245 return BA->getFunction()->getRelocationInfo();
268 cast<Constant>(getOperand(i))->getRelocationInfo());
    [all...]

Completed in 1259 milliseconds