Searched refs:getPlainRelocationExternal (Results 1 – 4 of 4) sorted by relevance
363 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE)); in printRelocation()375 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
348 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()862 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()1376 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in llvm::object::MachOObjectFile1425 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
151 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
348 bool isExtern = MachO->getPlainRelocationExternal(RE); in processRelocationRef()