Searched refs:not_enough_memory (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Errc.h | 68 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 346 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError() 351 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
|
| H A D | MemoryBuffer.cpp | 145 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 532 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | system_error.cpp | 101 return errc::not_enough_memory; in __win_err_to_errc() 115 return errc::not_enough_memory; in __win_err_to_errc()
|
| /freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | errc.h | 231 not_enough_memory = ENOMEM, in _LIBCPP_DECLARE_STRONG_ENUM()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/ |
| H A D | errc.h | 227 not_enough_memory = ENOMEM, in _LIBCPP_DECLARE_STRONG_ENUM()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFWriter.cpp | 112 return createStringError(errc::not_enough_memory, in write()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 245 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 463 return createStringError(llvm::errc::not_enough_memory, in write()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 2684 return createStringError(errc::not_enough_memory, in finalize() 2757 return createStringError(errc::not_enough_memory, in finalize() 2796 return createStringError(errc::not_enough_memory, in finalize() 2806 return createStringError(errc::not_enough_memory, in finalize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 663 return createStringError(errc::not_enough_memory, in write()
|