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

/freebsd-10.3-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp22 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp46 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp44 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp42 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
H A DX86MachObjectWriter.cpp107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
366 unsigned IsPCRel local
462 unsigned IsPCRel = 0; local
503 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp145 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
[all...]
H A DARMMachObjectWriter.cpp154 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
260 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
361 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp357 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
[all...]
H A DPPCMachObjectWriter.cpp199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
84 getRelocType(const MCValue &Target, const MCFixupKind FixupKind, const bool IsPCRel) argument
147 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
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
310 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp88 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp78 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h98 bool IsPCRel; member in class:llvm::RelocationEntry
112 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, bool IsPCRel, unsigned Size) argument
H A DRuntimeDyldMachO.cpp349 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); local
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCAssembler.cpp363 bool IsPCRel = Backend.getFixupKindInfo( local
H A DELFObjectWriter.cpp143 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
713 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp986 bool IsPCRel = this->getAnyRelocationPCRel(RE); local

Completed in 201 milliseconds