Home
last modified time | relevance | path

Searched refs:getRelocationInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h53 virtual unsigned getRelocationInfo() const = 0;
121 unsigned getRelocationInfo() const;
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp157 switch (C->getRelocationInfo()) { in getKindForGlobal()
230 switch (C->getRelocationInfo()) { in getKindForGlobal()
/external/llvm/include/llvm/
DConstant.h92 PossibleRelocationsTy getRelocationInfo() const;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp638 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry
640 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
641 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h85 virtual unsigned getRelocationInfo() const { return 2; } in getRelocationInfo() function
/external/llvm/lib/VMCore/
DConstants.cpp278 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
286 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
309 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1007 switch (CPE.getRelocationInfo()) { in EmitConstantPool()