Searched defs:ParseFlag (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc69 ParseFlag(str, &f->symbolize, "symbolize",
72 ParseFlag(str, &f->external_symbolizer_path, "external_symbolizer_path",
75 ParseFlag(str, &f->allow_addr2line, "allow_addr2line",
79 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix",
81 ParseFlag(str, &f->fast_unwind_on_fatal, "fast_unwind_on_fatal",
84 ParseFlag(str, &f->fast_unwind_on_malloc, "fast_unwind_on_malloc",
87 ParseFlag(str, &f->handle_ioctl, "handle_ioctl",
89 ParseFlag(str, &f->malloc_context_size, "malloc_context_size",
91 ParseFlag(str, &f->log_path, "log_path",
94 ParseFlag(st
233 void ParseFlag(const char *env, bool *flag, function in namespace:__sanitizer
250 void ParseFlag(const char *env, int *flag, function in namespace:__sanitizer
260 void ParseFlag(const char *env, uptr *flag, function in namespace:__sanitizer
270 void ParseFlag(const char *env, const char **flag, function in namespace:__sanitizer
[all...]

Completed in 63 milliseconds