Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp26 gwp_asan::options::initOptions("Enabled=0:SampleRate=4:" in TEST()
38 gwp_asan::options::initOptions(OptionsStr, MessageRecorder); in RunErrorTest()
/llvm-project-15.0.7/compiler-rt/tools/gwp_asan/
H A Doptions_parser_fuzzer.cpp10 gwp_asan::options::initOptions(Fdp.ConsumeRemainingBytesAsString().c_str()); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp679 gwp_asan::options::initOptions(__sanitizer::GetEnv("GWP_ASAN_OPTIONS"), in initScudo()