Searched refs:initAndLookupTarget (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp460 Expected<const Target *> initAndLookupTarget(const Config &C, Module &Mod) { function in namespace:__anon3700
489 Expected<const Target *> TOrErr = initAndLookupTarget(C, *Mod);
536 Expected<const Target *> TOrErr = initAndLookupTarget(Conf, Mod);

Completed in 43 milliseconds