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

/freebsd-13-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-13-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.h145 bool IsPCRel; member in class:llvm::RelocationEntry
163 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, bool IsPCRel, unsigned Size) argument
168 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
178 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-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp99 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsPCRel, const MCSubtargetInfo *STI) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h142 static MCFixupKind getKindForSize(unsigned Size, bool IsPCRel) { argument
158 static MCFixupKind getKindForSizeInBits(unsigned Size, bool IsPCRel) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp413 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & local
H A DMCAssembler.cpp229 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & local
H A DELFObjectWriter.cpp1425 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp880 bool IsPCRel = local
889 PrintMethods.emplace_back(std::string(PrintMethod), IsPCRel); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp501 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); local

Completed in 128 milliseconds