Searched refs:getRelocationInfo (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp52 (GVar->getInitializer()->getRelocationInfo() ==
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h42 virtual unsigned getRelocationInfo() const LLVM_OVERRIDE;
H A DSystemZConstantPoolValue.cpp29 unsigned SystemZConstantPoolValue::getRelocationInfo() const { function in class:SystemZConstantPoolValue
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h49 /// getRelocationInfo - This method classifies the entry according to
52 /// so. The return values are the same as Constant::getRelocationInfo().
53 virtual unsigned getRelocationInfo() const = 0;
110 /// getRelocationInfo - This method classifies the entry according to
121 unsigned getRelocationInfo() const;
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DConstant.h84 /// getRelocationInfo - This method classifies the entry according to
98 PossibleRelocationsTy getRelocationInfo() const;
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp167 switch (C->getRelocationInfo()) {
240 switch (C->getRelocationInfo()) {
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h106 virtual unsigned getRelocationInfo() const { return 2; } function in class:llvm::ARMConstantPoolValue
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp802 unsigned MachineConstantPoolEntry::getRelocationInfo() const { function in class:MachineConstantPoolEntry
804 return Val.MachineCPVal->getRelocationInfo();
805 return Val.ConstVal->getRelocationInfo();
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DConstants.cpp323 /// getRelocationInfo - This method classifies the entry according to
337 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { function in class:Constant
345 return BA->getFunction()->getRelocationInfo();
368 cast<Constant>(getOperand(i))->getRelocationInfo());
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1043 switch (CPE.getRelocationInfo()) {

Completed in 99 milliseconds