Searched refs:isRelocationScattered (Results 1 – 4 of 4) sorted by relevance
299 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()1362 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in llvm::object::MachOObjectFile1395 if (isRelocationScattered(RE)) in getAnyRelocationAddress()1402 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()1409 if (isRelocationScattered(RE)) in getAnyRelocationLength()1417 if (isRelocationScattered(RE)) in getAnyRelocationType()1425 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
148 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
353 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
342 if (MachO->isRelocationScattered(RE)) in processRelocationRef()