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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineConstantPool.h48 /// getRelocationInfo - This method classifies the entry according to
51 /// so. The return values are the same as Constant::getRelocationInfo().
52 virtual unsigned getRelocationInfo() const = 0;
109 /// getRelocationInfo - This method classifies the entry according to
120 unsigned getRelocationInfo() const;
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstant.h77 /// getRelocationInfo - This method classifies the entry according to
91 PossibleRelocationsTy getRelocationInfo() const;
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetLoweringObjectFile.cpp162 switch (C->getRelocationInfo()) {
236 switch (C->getRelocationInfo()) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp629 unsigned MachineConstantPoolEntry::getRelocationInfo() const { function in class:MachineConstantPoolEntry
631 return Val.MachineCPVal->getRelocationInfo();
632 return Val.ConstVal->getRelocationInfo();
H A DELFWriter.cpp232 switch (CPE.getRelocationInfo()) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantPoolValue.h85 virtual unsigned getRelocationInfo() const { return 2; } function in class:llvm::ARMConstantPoolValue
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp223 /// getRelocationInfo - This method classifies the entry according to
237 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { function in class:Constant
245 return BA->getFunction()->getRelocationInfo();
268 cast<Constant>(getOperand(i))->getRelocationInfo());
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp965 switch (CPE.getRelocationInfo()) {

Completed in 522 milliseconds