/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMachObjectWriter.cpp | 87 const bool IsPCRel) { in getRelocType() 149 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo() 167 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo() 199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordScatteredRelocation() local 310 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordPPCRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 368 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local 466 unsigned IsPCRel = 0; in RecordTLVPRelocation() local 508 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local 259 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 360 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
H A D | ARMAsmBackend.cpp | 319 bool IsPCRel, MCContext *Ctx, in adjustFixupValue()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 105 bool IsPCRel; variable 120 bool IsPCRel, unsigned Size) in RelocationEntry() 126 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
|
H A D | RuntimeDyldMachO.h | 71 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
|
H A D | RuntimeDyldMachO.cpp | 96 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in makeValueAddendPCRel() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 138 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local 198 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processI386ScatteredVANILLA() local
|
H A D | RuntimeDyldMachOARM.h | 220 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 119 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/ |
H A D | AMDGPUAsmBackend.cpp | 34 MCValue Target, bool &IsPCRel, in RecordRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 484 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local 869 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in handleFixup() local 943 bool IsPCRel; in Finish() local
|
H A D | WinCOFFObjectWriter.cpp | 669 bool &IsPCRel, in RecordRelocation()
|
H A D | MachObjectWriter.cpp | 457 bool &IsPCRel, in RecordRelocation()
|
H A D | ELFObjectWriter.cpp | 797 bool &IsPCRel, in RecordRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 807 bool IsPCRel = this->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|