Searched refs:isRelocationScattered (Results 1 – 4 of 4) sorted by relevance
305 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()871 if (isRelocationScattered(RE)) in getRelocationSymbol()1682 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in llvm::object::MachOObjectFile1715 if (isRelocationScattered(RE)) in getAnyRelocationAddress()1722 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()1729 if (isRelocationScattered(RE)) in getAnyRelocationLength()1737 if (isRelocationScattered(RE)) in getAnyRelocationType()1745 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
168 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
320 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
674 if (MachO->isRelocationScattered(RE)) { in processRelocationRef()