Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h129 uint64_t loaderVA = in.imageLoaderCache->getVA(); in writeStubHelperHeader()
H A DX86_64.cpp160 in.imageLoaderCache->getVA()); in writeStubHelperHeader()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp794 in.imageLoaderCache->parent = in setUp()
795 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setUp()
796 inputSections.push_back(in.imageLoaderCache); in setUp()
800 make<Defined>("__dyld_private", nullptr, in.imageLoaderCache, 0, 0, in setUp()
H A DWriter.cpp1362 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()
1368 in.imageLoaderCache->live = true; in createSyntheticSections()
H A DSyntheticSections.h798 ConcatInputSection *imageLoaderCache = nullptr; member