Searched defs:getRelocationInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h85 virtual unsigned getRelocationInfo() const { return 2; } function in class:llvm::ARMConstantPoolValue
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp654 unsigned MachineConstantPoolEntry::getRelocationInfo() const { function in class:MachineConstantPoolEntry
656 return Val.MachineCPVal->getRelocationInfo();
657 return Val.ConstVal->getRelocationInfo();
/external/llvm/lib/VMCore/
H A DConstants.cpp264 /// getRelocationInfo - This method classifies the entry according to
278 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { function in class:Constant
286 return BA->getFunction()->getRelocationInfo();
309 cast<Constant>(getOperand(i))->getRelocationInfo());

Completed in 94 milliseconds