Searched refs:not_enough_memory (Results 1 – 10 of 10) 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/libcxx/src/filesystem/ |
H A D | error.h | 74 {ERROR_NOT_ENOUGH_MEMORY, errc::not_enough_memory}, in __win_err_to_errc() 81 {ERROR_OUTOFMEMORY, errc::not_enough_memory}, in __win_err_to_errc()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 315 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError() 320 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
|
H A D | MemoryBuffer.cpp | 148 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 517 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/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/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 | 247 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 385 return createStringError(llvm::errc::not_enough_memory, in write()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 2678 return createStringError(errc::not_enough_memory, in finalize() 2751 return createStringError(errc::not_enough_memory, in finalize() 2790 return createStringError(errc::not_enough_memory, in finalize() 2800 return createStringError(errc::not_enough_memory, in finalize()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 664 return createStringError(errc::not_enough_memory, in write()
|