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

  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h 42 virtual unsigned getRelocationInfo() const LLVM_OVERRIDE;
SystemZConstantPoolValue.cpp 29 unsigned SystemZConstantPoolValue::getRelocationInfo() const {
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 49 /// 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;
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 52 (GVar->getInitializer()->getRelocationInfo() ==
  /external/llvm/include/llvm/IR/
Constant.h 84 /// getRelocationInfo - This method classifies the entry according to
98 PossibleRelocationsTy getRelocationInfo() const;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 157 switch (C->getRelocationInfo()) {
230 switch (C->getRelocationInfo()) {
  /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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 359 milliseconds