Lines Matching refs:Relocation
23 Triple::ArchType Relocation::Arch;
283 if (Relocation::isPCRelative(Type)) in extractValueX86()
284 return SignExtend64(Contents, 8 * Relocation::getSizeForType(Type)); in extractValueX86()
533 bool Relocation::isSupported(uint64_t Type) { in isSupported()
539 size_t Relocation::getSizeForType(uint64_t Type) { in getSizeForType()
545 bool Relocation::skipRelocationType(uint64_t Type) { in skipRelocationType()
551 bool Relocation::skipRelocationProcess(uint64_t Type, uint64_t Contents) { in skipRelocationProcess()
557 uint64_t Relocation::adjustValue(uint64_t Type, uint64_t Value, in adjustValue()
564 uint64_t Relocation::extractValue(uint64_t Type, uint64_t Contents, in extractValue()
571 bool Relocation::isGOT(uint64_t Type) { in isGOT()
577 bool Relocation::isX86GOTPCRELX(uint64_t Type) { in isX86GOTPCRELX()
583 bool Relocation::isNone(uint64_t Type) { return Type == getNone(); } in isNone()
585 bool Relocation::isRelative(uint64_t Type) { in isRelative()
591 bool Relocation::isIRelative(uint64_t Type) { in isIRelative()
597 bool Relocation::isTLS(uint64_t Type) { in isTLS()
603 uint64_t Relocation::getNone() { in getNone()
609 uint64_t Relocation::getPC32() { in getPC32()
615 uint64_t Relocation::getPC64() { in getPC64()
621 bool Relocation::isPCRelative(uint64_t Type) { in isPCRelative()
627 size_t Relocation::emit(MCStreamer *Streamer) const { in emit()
666 void Relocation::print(raw_ostream &OS) const { in print()