Searched refs:raw_report (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument 132 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); in MmapOrDie()
|
D | sanitizer_common.cc | 105 bool raw_report) { in ReportMmapFailureAndDie() argument 107 if (raw_report || recursion_count) { in ReportMmapFailureAndDie()
|
D | sanitizer_win.cc | 88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument 92 GetLastError(), raw_report); in MmapOrDie()
|
D | sanitizer_common.h | 83 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report = false); 342 bool raw_report = false);
|