Searched defs:IsPCRel (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp78 GetRelocTypeInner(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, MCContext &Ctx) const argument
H A DARMMachObjectWriter.cpp157 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
272 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
381 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); local
H A DRuntimeDyldMachO.cpp66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); local
H A DRuntimeDyldImpl.h146 bool IsPCRel; member in class:llvm::RelocationEntry
164 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, bool IsPCRel, unsigned Size) argument
169 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) argument
179 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) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp101 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsPCRel, const MCSubtargetInfo *STI) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp49 getType64(MCFixupKind Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) argument
97 getRelocType64(MCContext &Ctx, SMLoc Loc, MCSymbolRefExpr::VariantKind Modifier, X86_64RelType Type, bool IsPCRel, MCFixupKind Kind) argument
237 getRelocType32(MCContext &Ctx, MCSymbolRefExpr::VariantKind Modifier, X86_32RelType Type, bool IsPCRel, MCFixupKind Kind) argument
[all...]
H A DX86MachObjectWriter.cpp106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
373 unsigned IsPCRel local
476 unsigned IsPCRel = 0; local
510 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); local
H A DRuntimeDyldMachOARM.h362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp197 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
82 getRelocType(const MCValue &Target, const MCFixupKind FixupKind, const bool IsPCRel) argument
145 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
163 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
306 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp228 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & local
H A DELFObjectWriter.cpp1425 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp511 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); local

Completed in 270 milliseconds