Searched refs:RelocType (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp47 unsigned RelocType, const MCSymbolData *SD,
63 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, argument
65 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
94 RelocType = unsigned(MachO::ARM_RELOC_BR24);
101 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
108 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
134 RelocType = unsigned(MachO::ARM_RELOC_HALF);
139 RelocType
314 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbolData *SD, uint64_t FixedValue) argument
363 unsigned RelocType = MachO::ARM_RELOC_VANILLA; local
[all...]
H A DARMELFObjectWriter.cpp73 unsigned RelocType = 0; local
74 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
84 << " Rel:" << (unsigned)RelocType
92 switch (RelocType) {
127 switch (RelocType) {
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0, argument
53 switch (RelocType) {
69 switch (RelocType) {
81 switch (RelocType) {
91 switch (RelocType) {
99 switch (RelocType) {
107 switch (RelocType) {
117 switch (RelocType) {
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); local
318 RelocType != MachO::PPC_RELOC_BR24 &&
319 RelocType != MachO::PPC_RELOC_BR14) {
335 unsigned Type = RelocType;
H A DPPCELFObjectWriter.cpp400 unsigned RelocType = getRelocTypeInner(Target, Fixup, IsPCRel); local
407 bool EmitThisSym = RelocType != ELF::R_PPC64_TOC;
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp427 unsigned RelocType = Is64BitMode ?
437 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
440 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType); local
442 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
446 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp760 uint64_t RelocType; local
765 if (error(RelI->getType(RelocType))) return;
774 W.printNumber("Type", RelocName, RelocType);

Completed in 121 milliseconds