Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h52 virtual unsigned getRelocationInfo() const = 0;
120 unsigned getRelocationInfo() const;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp162 switch (C->getRelocationInfo()) { in getKindForGlobal()
236 switch (C->getRelocationInfo()) { in getKindForGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h91 PossibleRelocationsTy getRelocationInfo() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp629 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() function in MachineConstantPoolEntry
631 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
632 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
DELFWriter.cpp232 switch (CPE.getRelocationInfo()) { in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h85 virtual unsigned getRelocationInfo() const { return 2; } in getRelocationInfo() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp237 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
245 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
268 cast<Constant>(getOperand(i))->getRelocationInfo()); in getRelocationInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp965 switch (CPE.getRelocationInfo()) { in EmitConstantPool()