Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp769 SmallVectorImpl<StringRef> &RequiredSymbols) { in collectSanitizerRuntimes() argument
858 RequiredSymbols.push_back("__safestack_init"); in collectSanitizerRuntimes()
871 RequiredSymbols.push_back("__sanitizer_stats_register"); in collectSanitizerRuntimes()
891 NonWholeStaticRuntimes, HelperStaticRuntimes, RequiredSymbols; in addSanitizerRuntimes() local
894 RequiredSymbols); in addSanitizerRuntimes()
929 for (auto S : RequiredSymbols) { in addSanitizerRuntimes()
/external/clang/lib/Driver/
DTools.cpp3091 SmallVectorImpl<StringRef> &RequiredSymbols) { in collectSanitizerRuntimes() argument
3145 RequiredSymbols.push_back("__sanitizer_stats_register"); in collectSanitizerRuntimes()
3156 NonWholeStaticRuntimes, HelperStaticRuntimes, RequiredSymbols; in addSanitizerRuntimes() local
3159 RequiredSymbols); in addSanitizerRuntimes()
3173 for (auto S : RequiredSymbols) { in addSanitizerRuntimes()