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

/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp29 unsigned SystemZConstantPoolValue::getRelocationInfo() const { function in class:SystemZConstantPoolValue
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp822 unsigned MachineConstantPoolEntry::getRelocationInfo() const { function in class:MachineConstantPoolEntry
824 return Val.MachineCPVal->getRelocationInfo();
825 return Val.ConstVal->getRelocationInfo();
831 switch (getRelocationInfo()) {
/external/llvm/lib/IR/
H A DConstants.cpp404 /// getRelocationInfo - This method classifies the entry according to
418 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { function in class:Constant
426 return BA->getFunction()->getRelocationInfo();
449 cast<Constant>(getOperand(i))->getRelocationInfo());

Completed in 390 milliseconds