Home
last modified time | relevance | path

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

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