Searched refs:isRelocationScattered (Results 1 – 3 of 3) sorted by relevance
292 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()1380 MachOObjectFile::isRelocationScattered(const macho::RelocationEntry &RE) in isRelocationScattered() function in llvm::object::MachOObjectFile1413 if (isRelocationScattered(RE)) in getAnyRelocationAddress()1420 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()1427 if (isRelocationScattered(RE)) in getAnyRelocationLength()1434 if (isRelocationScattered(RE)) in getAnyRelocationType()1441 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
151 bool isRelocationScattered(const macho::RelocationEntry &RE) const;
353 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()