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.h64 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.cpp279 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
284 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
H A DMemoryBuffer.cpp140 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl()
502 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h186 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/ObjCopy/COFF/
H A DCOFFWriter.cpp385 return createStringError(llvm::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/ELF/
H A DELFObject.cpp2630 return createStringError(errc::not_enough_memory, in finalize()
2703 return createStringError(errc::not_enough_memory, in finalize()
2793 return createStringError(errc::not_enough_memory, in finalize()
2809 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()