Searched refs:lazyPointer (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 157 lazyPointer, /// Location contains a lazy pointer. enumerator 188 LLD_KIND_STRING_ENTRY(lazyPointer), 198 { Reference::KindArch::x86, lazyPointer, 0, 0 }, 469 case lazyPointer: in applyFixupFinal() 520 case lazyPointer: in applyFixupRelocatable() 628 case lazyPointer: in appendSectionRelocations()
|
D | ArchHandler_arm64.cpp | 205 lazyPointer, /// Location contains a lazy pointer. enumerator 256 LLD_KIND_STRING_ENTRY(lazyPointer), 272 { Reference::KindArch::AArch64, lazyPointer, 0, 0 }, 665 case lazyPointer: in applyFixupFinal() 759 case lazyPointer: in applyFixupRelocatable() 873 case lazyPointer: in appendSectionRelocations()
|
D | ArchHandler_x86_64.cpp | 234 lazyPointer, /// Location contains a lazy pointer. enumerator 278 LLD_KIND_STRING_ENTRY(lazyPointer), 301 { Reference::KindArch::x86_64, lazyPointer, 0, 0 }, 633 case lazyPointer: in applyFixupFinal() 743 case lazyPointer: in applyFixupRelocatable() 879 case lazyPointer: in appendSectionRelocations()
|
D | ArchHandler_arm.cpp | 176 lazyPointer, /// Location contains a lazy pointer. enumerator 235 LLD_KIND_STRING_ENTRY(lazyPointer), 245 { Reference::KindArch::ARM, lazyPointer, 0, 0 }, 346 if (ref2->kindValue() != lazyPointer) in stubName() 1000 case lazyPointer: in applyFixupFinal() 1171 case lazyPointer: in applyFixupRelocatable() 1384 case lazyPointer: in appendSectionRelocations()
|