Searched defs:isPCRel (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp37 bool isPCRel = Obj->getAnyRelocationPCRel(RE); local
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCFixup.h97 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { argument
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp139 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, bool isPCRel, unsigned LogSize) argument
195 resolveI386Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
224 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
265 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp993 bool isPCRel = getAnyRelocationPCRel(RE); local

Completed in 124 milliseconds