Searched refs:initOptions (Results 1 – 3 of 3) sorted by relevance
18 void initOptions(Printf_t PrintfForWarnings = nullptr);20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() function251 void initOptions(Printf_t PrintfForWarnings) { in initOptions() function252 initOptions(getenv("GWP_ASAN_OPTIONS"), PrintfForWarnings); in initOptions()
678 gwp_asan::options::initOptions(__sanitizer::GetEnv("GWP_ASAN_OPTIONS"), in initScudo()