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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp48 unsigned RelocType, const MCSymbolData *SD,
64 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, argument
66 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
99 RelocType = unsigned(MachO::ARM_RELOC_BR24);
106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
113 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
127 RelocType = unsigned(MachO::ARM_RELOC_HALF);
131 RelocType = unsigned(MachO::ARM_RELOC_HALF);
136 RelocType = unsigned(MachO::ARM_RELOC_HALF);
140 RelocType
313 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbolData *SD, uint64_t FixedValue) argument
362 unsigned RelocType = MachO::ARM_RELOC_VANILLA; local
[all...]
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h49 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0, argument
52 switch (RelocType) {
68 switch (RelocType) {
80 switch (RelocType) {
90 switch (RelocType) {
98 switch (RelocType) {
106 switch (RelocType) {
116 switch (RelocType) {
126 switch (RelocType) {
136 switch (RelocType) {
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp27 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
97 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
100 RelocType
43 getAArch64FixupKindMachOInfo( const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, unsigned &Log2Size, const MCAssembler &Asm) argument
[all...]
/external/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;
/external/llvm/lib/Object/
H A DCOFFYAML.cpp280 template <typename RelocType>
282 NType(IO &) : Type(RelocType(0)) {}
283 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
285 RelocType Type;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp558 uint32_t RelocType = MachO->getAnyRelocationType(RE); local
602 RelocationEntry R(SectionID, Offset, RelocType, 0,
623 uint32_t RelocType = MachO->getAnyRelocationType(RE); local
645 RelocationEntry R(SectionID, Offset, RelocType, Addend,
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp683 uint64_t RelocType; local
689 if (error(Reloc.getType(RelocType)))
702 W.printNumber("Type", RelocName, RelocType);
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp425 unsigned RelocType = Is64BitMode ?
435 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
438 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType); local
440 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);

Completed in 380 milliseconds