Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h115 uint64_t loaderVA = in.imageLoaderCache->getVA(); in writeStubHelperHeader()
H A DX86_64.cpp158 in.imageLoaderCache->getVA()); in writeStubHelperHeader()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp618 in.imageLoaderCache->parent = in setup()
619 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()
620 inputSections.push_back(in.imageLoaderCache); in setup()
625 make<Defined>("__dyld_private", nullptr, in.imageLoaderCache, 0, 0, in setup()
H A DWriter.cpp1149 in.imageLoaderCache = make<ConcatInputSection>( in createSyntheticSections()
1155 in.imageLoaderCache->live = true; in createSyntheticSections()
H A DSyntheticSections.h606 ConcatInputSection *imageLoaderCache = nullptr; member