Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp162 static bool useExternalRelocationTo(const Atom &target);
490 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in applyFixupRelocatable()
531 bool ArchHandler_x86::useExternalRelocationTo(const Atom &target) { in useExternalRelocationTo() function in lld::mach_o::ArchHandler_x86
564 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in appendSectionRelocations()
H A DArchHandler_arm.cpp199 bool useExternalRelocationTo(const Atom &target);
1046 bool ArchHandler_arm::useExternalRelocationTo(const Atom &target) { in useExternalRelocationTo() function in lld::mach_o::ArchHandler_arm
1076 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in applyFixupRelocatable()
1194 bool useExternalReloc = useExternalRelocationTo(*ref.target()); in appendSectionRelocations()