Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp171 const char *OOMMessage = "LLVM ERROR: out of memory\n"; in report_bad_alloc_error() local
173 (void)!::write(2, OOMMessage, strlen(OOMMessage)); in report_bad_alloc_error()