Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h54 virtual unsigned getRelocationInfo() const = 0;
122 unsigned getRelocationInfo() const;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h42 unsigned getRelocationInfo() const override;
H A DSystemZConstantPoolValue.cpp29 unsigned SystemZConstantPoolValue::getRelocationInfo() const { in getRelocationInfo() function in SystemZConstantPoolValue
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp46 (GVar->getInitializer()->getRelocationInfo() == in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp173 switch (C->getRelocationInfo()) { in getKindForGlobal()
247 switch (C->getRelocationInfo()) { in getKindForGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h112 PossibleRelocationsTy getRelocationInfo() const;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp834 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry
836 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
837 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
843 switch (getRelocationInfo()) { in getSectionKind()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h106 unsigned getRelocationInfo() const override { return 2; } in getRelocationInfo() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp418 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
426 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
449 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()