Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DErrorHandling.cpp171 char OOMMessage[] = "LLVM ERROR: out of memory\n"; in report_bad_alloc_error() local
172 ssize_t written = ::write(2, OOMMessage, strlen(OOMMessage)); in report_bad_alloc_error()