Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h53 virtual unsigned getRelocationInfo() const = 0;
121 unsigned getRelocationInfo() const;
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h42 unsigned getRelocationInfo() const override;
DSystemZConstantPoolValue.cpp29 unsigned SystemZConstantPoolValue::getRelocationInfo() const { in getRelocationInfo() function in SystemZConstantPoolValue
/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp46 (GVar->getInitializer()->getRelocationInfo() == in SelectSectionForGlobal()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp172 switch (C->getRelocationInfo()) { in getKindForGlobal()
245 switch (C->getRelocationInfo()) { in getKindForGlobal()
/external/llvm/include/llvm/IR/
DConstant.h104 PossibleRelocationsTy getRelocationInfo() const;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp833 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry
835 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
836 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h106 unsigned getRelocationInfo() const override { return 2; } in getRelocationInfo() function
/external/llvm/lib/IR/
DConstants.cpp373 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
381 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
404 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1066 switch (CPE.getRelocationInfo()) { in EmitConstantPool()