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

  /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/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 779 unsigned MachineConstantPoolEntry::getRelocationInfo() const {
781 return Val.MachineCPVal->getRelocationInfo();
782 return Val.ConstVal->getRelocationInfo();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 316 /// getRelocationInfo - This method classifies the entry according to
330 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const {
338 return BA->getFunction()->getRelocationInfo();
361 cast<Constant>(getOperand(i))->getRelocationInfo());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 79 milliseconds