Searched refs:getPlainRelocationExternal (Results 1 – 8 of 8) sorted by relevance
263 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()285 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
51 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
471 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()521 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
63 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
317 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
599 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()1885 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile1939 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
787 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()1770 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()1833 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()1858 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()1915 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2046 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()2425 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()5605 isExtern = info->O->getPlainRelocationExternal(RE); in GuessLiteralPointer()
492 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()