Lines Matching refs:ArchHandler
25 ArchHandler::ArchHandler() { in ArchHandler() function in lld::mach_o::ArchHandler
28 ArchHandler::~ArchHandler() { in ~ArchHandler()
31 std::unique_ptr<mach_o::ArchHandler> ArchHandler::create( in create()
50 bool ArchHandler::isLazyPointer(const Reference &ref) { in isLazyPointer()
61 ArchHandler::RelocPattern ArchHandler::relocPattern(const Relocation &reloc) { in relocPattern()
89 ArchHandler::relocFromPattern(ArchHandler::RelocPattern pattern) { in relocFromPattern()
115 void ArchHandler::appendReloc(normalized::Relocations &relocs, uint32_t offset, in appendReloc()
126 int16_t ArchHandler::readS16(const uint8_t *addr, bool isBig) { in readS16()
130 int32_t ArchHandler::readS32(const uint8_t *addr, bool isBig) { in readS32()
134 uint32_t ArchHandler::readU32(const uint8_t *addr, bool isBig) { in readU32()
138 int64_t ArchHandler::readS64(const uint8_t *addr, bool isBig) { in readS64()
142 bool ArchHandler::isDwarfCIE(bool isBig, const DefinedAtom *atom) { in isDwarfCIE()
155 const Atom *ArchHandler::fdeTargetFunction(const DefinedAtom *fde) { in fdeTargetFunction()