Searched defs:getRelocation (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp105 unsigned getRelocation(const MachineInstr &MI,
172 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI, function in class:MipsCodeEmitter
191 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
193 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
195 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
234 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
298 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
300 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
302 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
304 emitJumpTableAddress(MO.getIndex(), getRelocation(M
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp87 unsigned getRelocation(const MachineInstr &MI,
184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
186 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
188 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
190 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
219 unsigned SparcCodeEmitter::getRelocation(const MachineInstr &MI, function in class:SparcCodeEmitter
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp863 MachO::any_relocation_info RE = getRelocation(Rel);
870 MachO::any_relocation_info RE = getRelocation(Rel);
891 MachO::any_relocation_info RE = getRelocation(Rel);
1012 MachO::any_relocation_info RE = getRelocation(Rel);
1039 MachO::any_relocation_info RENext = getRelocation(RelNext);
1087 MachO::any_relocation_info RENext = getRelocation(RelNext);
1109 MachO::any_relocation_info RENext = getRelocation(RelNext);
1148 MachO::any_relocation_info RENext = getRelocation(RelNext);
1836 MachOObjectFile::getRelocation(DataRefImpl Rel) const { function in class:llvm::object::MachOObjectFile

Completed in 522 milliseconds