Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp51 bool &IsPCRel) { in getType64() argument
105 getRelocType64(MCContext & Ctx,SMLoc Loc,MCSymbolRefExpr::VariantKind Modifier,X86_64RelType Type,bool IsPCRel,MCFixupKind Kind) getRelocType64() argument
235 getRelocType32(MCContext & Ctx,SMLoc Loc,MCSymbolRefExpr::VariantKind Modifier,X86_32RelType Type,bool IsPCRel,MCFixupKind Kind) getRelocType32() argument
[all...]
H A DX86MachObjectWriter.cpp98 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); RecordX86_64Relocation() local
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); recordScatteredRelocation() local
464 unsigned IsPCRel = 0; recordTLVPRelocation() local
497 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); RecordX86Relocation() local
[all...]
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); recordARMScatteredHalfRelocation() local
257 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); recordARMScatteredRelocation() local
365 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); recordRelocation() local
[all...]
H A DARMELFObjectWriter.cpp82 GetRelocTypeInner(const MCValue & Target,const MCFixup & Fixup,bool IsPCRel,MCContext & Ctx) const GetRelocTypeInner() argument
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kELFObjectWriter.cpp48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h148 bool IsPCRel : 1; global() variable
164 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,bool IsPCRel,unsigned Size) RelocationEntry() argument
170 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,unsigned SectionA,uint64_t SectionAOffset,unsigned SectionB,uint64_t SectionBOffset,bool IsPCRel,unsigned Size) RelocationEntry() argument
180 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,unsigned SectionA,uint64_t SectionAOffset,unsigned SectionB,uint64_t SectionBOffset,bool IsPCRel,unsigned Size,bool IsTargetThumbFunc) RelocationEntry() argument
[all...]
H A DRuntimeDyldMachO.h72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); getRelocationEntry() local
H A DRuntimeDyldMachO.cpp66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); processScatteredVANILLA() local
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp92 applyFixup(const MCAssembler & Asm,const MCFixup & Fixup,const MCValue & Target,MutableArrayRef<char> Data,uint64_t Value,bool IsPCRel,const MCSubtargetInfo * STI) const applyFixup() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h109 static MCFixupKind getKindForSize(unsigned Size, bool IsPCRel) { in getKindForSize()
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp151 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); recordRelocation() local
[all...]
/llvm-project/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
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp437 bool IsPCRel = SRE->getKind() == MCSymbolRefExpr::VK_PPC_TLS_PCREL; getTLSRegEncoding() local
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp938 bool IsPCRel = EmitPrintAliasInstruction() local
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp197 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & evaluateFixup() local
H A DELFObjectWriter.cpp1414 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & recordRelocation() local
H A DXCOFFObjectWriter.cpp691 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & recordRelocation() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp433 handleAddressRef(uint64_t Address,BinaryFunction & BF,bool IsPCRel) handleAddressRef() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp433 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3600 bool IsPCRel = Subtarget.isUsingPCRelativeCalls(); LowerGlobalTLSAddressLinux() local