reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
114 if (Obj.getPlainRelocationExternal(RelInfo)) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); 179 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); 206 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo);lib/Object/MachOObjectFile.cpp
2130 bool isExtern = getPlainRelocationExternal(RE); 4238 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))tools/llvm-objdump/MachODump.cpp
463 bool isExtern = O->getPlainRelocationExternal(RE); 896 O->getPlainRelocationExternal(RE)); 1480 isExtern = O->getPlainRelocationExternal(RE); 1630 isExtern = O->getPlainRelocationExternal(RE); 2659 isExtern = info->O->getPlainRelocationExternal(RE); 2716 isExtern = info->O->getPlainRelocationExternal(RE); 2754 isExtern = info->O->getPlainRelocationExternal(RE); 2777 bool isExternNext = info->O->getPlainRelocationExternal(RENext); 2833 isExtern = info->O->getPlainRelocationExternal(RE); 2968 if (!info->O->getPlainRelocationExternal(RE)) 3347 isExtern = info->O->getPlainRelocationExternal(RE); 6898 isExtern = info->O->getPlainRelocationExternal(RE);tools/llvm-readobj/MachODumper.cpp
551 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); 599 OS << " " << Obj->getPlainRelocationExternal(RE);