Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.h18 void initOptions(Printf_t PrintfForWarnings = nullptr);
20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
H A Doptions_parser.cpp217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() function
251 void initOptions(Printf_t PrintfForWarnings) { in initOptions() function
252 initOptions(getenv("GWP_ASAN_OPTIONS"), PrintfForWarnings); in initOptions()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp678 gwp_asan::options::initOptions(__sanitizer::GetEnv("GWP_ASAN_OPTIONS"), in initScudo()