Home
last modified time | relevance | path

Searched refs:not_enough_memory (Results 1 – 11 of 11) 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/llvm/lib/Support/
H A DErrorHandling.cpp346 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 DMemoryBuffer.cpp145 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 Dsystem_error.cpp101 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 Derrc.h231 not_enough_memory = ENOMEM, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h227 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.cpp245 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp463 return createStringError(llvm::errc::not_enough_memory, in write()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2684 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 DMachOWriter.cpp663 return createStringError(errc::not_enough_memory, in write()