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

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp104 unsigned getRelocation(const MachineInstr &MI,
165 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI, function in class:MipsCodeEmitter
184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
186 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
188 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
209 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
255 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
257 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
259 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
261 emitJumpTableAddress(MO.getIndex(), getRelocation(M
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp82 unsigned getRelocation(const MachineInstr &MI,
178 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
180 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
182 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
184 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
201 unsigned SparcCodeEmitter::getRelocation(const MachineInstr &MI, function in class:SparcCodeEmitter
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77 any_relocation_info RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp853 MachO::any_relocation_info RE = getRelocation(Rel);
860 MachO::any_relocation_info RE = getRelocation(Rel);
878 MachO::any_relocation_info RE = getRelocation(Rel);
979 MachO::any_relocation_info RE = getRelocation(Rel);
1006 MachO::any_relocation_info RENext = getRelocation(RelNext);
1054 MachO::any_relocation_info RENext = getRelocation(RelNext);
1076 MachO::any_relocation_info RENext = getRelocation(RelNext);
1115 MachO::any_relocation_info RENext = getRelocation(RelNext);
1505 MachOObjectFile::getRelocation(DataRefImpl Rel) const { function in class:llvm::object::MachOObjectFile
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DMachO.h183 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp332 MachO::any_relocation_info RE= MachO->getRelocation(RelI.getRawDataRefImpl());
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp352 MachO::any_relocation_info RE = Obj->getRelocation(DR);
/freebsd-10-stable/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl());

Completed in 88 milliseconds