Home
last modified time | relevance | path

Searched refs:useExternalRelocationTo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86.cpp161 static bool useExternalRelocationTo(const Atom &target);
489 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in applyFixupRelocatable()
530 bool ArchHandler_x86::useExternalRelocationTo(const Atom &target) { in useExternalRelocationTo() function in lld::mach_o::ArchHandler_x86
563 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in appendSectionRelocations()
DArchHandler_arm.cpp198 bool useExternalRelocationTo(const Atom &target);
1045 bool ArchHandler_arm::useExternalRelocationTo(const Atom &target) { in useExternalRelocationTo() function in lld::mach_o::ArchHandler_arm
1075 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in applyFixupRelocatable()
1193 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in appendSectionRelocations()