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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 48 /// getRelocationInfo - This method classifies the entry according to
51 /// so. The return values are the same as Constant::getRelocationInfo().
52 virtual unsigned getRelocationInfo() const = 0;
109 /// getRelocationInfo - This method classifies the entry according to
120 unsigned getRelocationInfo() const;
  /external/llvm/include/llvm/
Constant.h 77 /// getRelocationInfo - This method classifies the entry according to
91 PossibleRelocationsTy getRelocationInfo() const;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 162 switch (C->getRelocationInfo()) {
236 switch (C->getRelocationInfo()) {
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 85 virtual unsigned getRelocationInfo() const { return 2; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 629 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
631 return Val.MachineCPVal->getRelocationInfo();
632 return Val.ConstVal->getRelocationInfo();
ELFWriter.cpp 232 switch (CPE.getRelocationInfo()) {
    [all...]
  /external/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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 674 milliseconds