Home
last modified time | relevance | path

Searched refs:imageLoaderCache (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.h125 uint64_t loaderVA = in.imageLoaderCache->getVA(); in writeStubHelperHeader()
H A DX86_64.cpp154 in.imageLoaderCache->getVA()); in writeStubHelperHeader()
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp704 in.imageLoaderCache->parent = in setup()
705 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()
706 inputSections.push_back(in.imageLoaderCache); in setup()
710 make<Defined>("__dyld_private", nullptr, in.imageLoaderCache, 0, 0, in setup()
H A DWriter.cpp1233 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()
1239 in.imageLoaderCache->live = true; in createSyntheticSections()
H A DSyntheticSections.h640 ConcatInputSection *imageLoaderCache = nullptr; member