Searched defs:raw_report (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_fuchsia.cpp | 170 bool raw_report, bool die_for_nomem) { in DoAnonymousMmapOrDie() 203 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|
D | sanitizer_common.cpp | 38 bool raw_report) { in ReportMmapFailureAndDie()
|
D | sanitizer_rtems.cpp | 149 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|
D | sanitizer_posix.cpp | 44 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|
D | sanitizer_win.cpp | 126 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|
D | sanitizer_common.cc | 105 bool raw_report) { in ReportMmapFailureAndDie()
|
D | sanitizer_win.cc | 88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
|