Searched refs:getPlainRelocationExternal (Results 1 – 8 of 8) sorted by relevance
263 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()284 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
55 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()585 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
99 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
316 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
621 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()1897 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile1951 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
780 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()1751 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()1817 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()1842 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()1902 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2040 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()2421 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()5588 isExtern = info->O->getPlainRelocationExternal(RE); in GuessLiteralPointer()
563 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()