Searched refs:not_enough_memory (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Errc.h | 64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 276 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError() 280 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
|
| H A D | MemoryBuffer.cpp | 130 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 481 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __errc | 75 not_enough_memory, // ENOMEM 185 not_enough_memory = ENOMEM,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 241 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Writer.cpp | 374 return createStringError(llvm::errc::not_enough_memory, in write()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 2555 return createStringError(errc::not_enough_memory, in finalize() 2601 return createStringError(errc::not_enough_memory, in finalize() 2691 return createStringError(errc::not_enough_memory, in finalize() 2707 return createStringError(errc::not_enough_memory, in finalize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOWriter.cpp | 542 return createStringError(errc::not_enough_memory, in write()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 444 {ERROR_NOT_ENOUGH_MEMORY, errc::not_enough_memory}, in __win_err_to_errc() 451 {ERROR_OUTOFMEMORY, errc::not_enough_memory}, in __win_err_to_errc()
|