Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp860 SmallVectorImpl<StringRef> &HelperStaticRuntimes, in collectSanitizerRuntimes() argument
868 HelperStaticRuntimes.push_back("asan-preinit"); in collectSanitizerRuntimes()
873 HelperStaticRuntimes.push_back("memprof-preinit"); in collectSanitizerRuntimes()
895 HelperStaticRuntimes.push_back("hwasan-preinit"); in collectSanitizerRuntimes()
905 HelperStaticRuntimes.push_back("asan_static"); in collectSanitizerRuntimes()
999 NonWholeStaticRuntimes, HelperStaticRuntimes, RequiredSymbols; in addSanitizerRuntimes() local
1001 NonWholeStaticRuntimes, HelperStaticRuntimes, in addSanitizerRuntimes()
1026 for (auto RT : HelperStaticRuntimes) in addSanitizerRuntimes()