Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1540 SmallVectorImpl<StringRef> &HelperStaticRuntimes, in collectSanitizerRuntimes() argument
1549 HelperStaticRuntimes.push_back("asan-preinit"); in collectSanitizerRuntimes()
1554 HelperStaticRuntimes.push_back("memprof-preinit"); in collectSanitizerRuntimes()
1577 HelperStaticRuntimes.push_back("hwasan-preinit"); in collectSanitizerRuntimes()
1589 HelperStaticRuntimes.push_back("asan_static"); in collectSanitizerRuntimes()
1684 NonWholeStaticRuntimes, HelperStaticRuntimes, RequiredSymbols; in addSanitizerRuntimes() local
1687 NonWholeStaticRuntimes, HelperStaticRuntimes, in addSanitizerRuntimes()
1718 for (auto RT : HelperStaticRuntimes) in addSanitizerRuntimes()