/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 51 bool &IsPCRel) { in getType64() 105 X86_64RelType Type, bool IsPCRel, in getRelocType64() 235 X86_32RelType Type, bool IsPCRel, in getRelocType32()
|
H A D | X86MachObjectWriter.cpp | 98 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local 464 unsigned IsPCRel = 0; in recordTLVPRelocation() local 497 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordARMScatteredHalfRelocation() local 257 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordARMScatteredRelocation() local 365 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
|
H A D | ARMELFObjectWriter.cpp | 82 bool IsPCRel, in GetRelocTypeInner()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFixup.h | 109 static MCFixupKind getKindForSize(unsigned Size, bool IsPCRel) { in getKindForSize() argument 125 getKindForSizeInBits(unsigned Size,bool IsPCRel) getKindForSizeInBits() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 148 bool IsPCRel : 1; variable 164 bool IsPCRel, unsigned Size) in RelocationEntry() 170 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() 180 uint64_t SectionBOffset, bool IsPCRel, unsigned Size, in RelocationEntry()
|
H A D | RuntimeDyldMachO.h | 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
|
H A D | RuntimeDyldMachO.cpp | 66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kELFObjectWriter.cpp | 48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 92 uint64_t Value, bool IsPCRel, in applyFixup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 151 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 155 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local
|
H A D | RuntimeDyldMachOARM.h | 361 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCCodeEmitter.cpp | 343 bool IsPCRel = SRE->getKind() == MCSymbolRefExpr::VK_PPC_TLS_PCREL; getTLSRegEncoding() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 938 bool IsPCRel = in EmitPrintAliasInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 181 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & in evaluateFixup() local
|
H A D | ELFObjectWriter.cpp | 1339 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation() local
|
H A D | XCOFFObjectWriter.cpp | 693 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 433 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3591 bool IsPCRel = Subtarget.isUsingPCRelativeCalls(); in LowerGlobalTLSAddressLinux() local
|