HomeSort by: relevance | last modified time | path
    Searched defs:__hwasan_default_options (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.cpp 118 if (__hwasan_default_options)
119 parser.ParseString(__hwasan_default_options());
581 const char* __hwasan_default_options() { return ""; } function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.cpp 133 if (__hwasan_default_options)
134 parser.ParseString(__hwasan_default_options());
744 const char* __hwasan_default_options() { return ""; } function

Completed in 15 milliseconds