Home
last modified time | relevance | path

Searched defs:IsPCRel (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp51 bool &IsPCRel) { in getType64()
105 X86_64RelType Type, bool IsPCRel, in getRelocType64()
251 X86_32RelType Type, bool IsPCRel, in getRelocType32()
H A DX86MachObjectWriter.cpp106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
373 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
476 unsigned IsPCRel = 0; in recordTLVPRelocation() local
510 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp157 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local
272 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local
381 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
H A DARMELFObjectWriter.cpp80 bool IsPCRel, in GetRelocTypeInner()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFixup.h109 static MCFixupKind getKindForSize(unsigned Size, bool IsPCRel) { in getKindForSize()
125 static MCFixupKind getKindForSizeInBits(unsigned Size, bool IsPCRel) { in getKindForSizeInBits()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h145 bool IsPCRel; 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 DRuntimeDyldMachO.h72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
H A DRuntimeDyldMachO.cpp66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA() local
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kELFObjectWriter.cpp48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp99 uint64_t Value, bool IsPCRel, in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp77 bool IsPCRel = (MO.getTargetFlags() & ~access) == PPCII::MO_PCREL_FLAG; in GetSymbolRef() local
H A DPPCISelLowering.cpp3377 bool IsPCRel = Subtarget.isUsingPCRelativeCalls(); in LowerGlobalTLSAddressLinux() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h155 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h361 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp385 bool IsPCRel = SRE->getKind() == MCSymbolRefExpr::VK_PPC_TLS_PCREL; in getTLSRegEncoding() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp233 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & in evaluateFixup() local
H A DXCOFFObjectWriter.cpp610 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation() local
H A DELFObjectWriter.cpp1432 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp909 bool IsPCRel = in EmitPrintAliasInstruction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp459 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString() local