Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h68 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h74 {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 DErrorHandling.cpp315 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 DMemoryBuffer.cpp148 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 Derrc.h231 not_enough_memory = ENOMEM, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.cpp112 return createStringError(errc::not_enough_memory, in write()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp247 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp385 return createStringError(llvm::errc::not_enough_memory, in write()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2678 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 DMachOWriter.cpp664 return createStringError(errc::not_enough_memory, in write()