Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp276 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
280 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
H A DMemoryBuffer.cpp130 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl()
481 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__errc75 not_enough_memory, // ENOMEM
185 not_enough_memory = ENOMEM,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp241 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp374 return createStringError(llvm::errc::not_enough_memory, in write()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2555 return createStringError(errc::not_enough_memory, in finalize()
2601 return createStringError(errc::not_enough_memory, in finalize()
2691 return createStringError(errc::not_enough_memory, in finalize()
2707 return createStringError(errc::not_enough_memory, in finalize()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp542 return createStringError(errc::not_enough_memory, in write()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp444 {ERROR_NOT_ENOUGH_MEMORY, errc::not_enough_memory}, in __win_err_to_errc()
451 {ERROR_OUTOFMEMORY, errc::not_enough_memory}, in __win_err_to_errc()