Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugAddr.cpp49 return createStringError(errc::not_supported, in extract()
90 return createStringError(errc::not_supported, "version %" PRIu16 in extract()
106 return createStringError(errc::not_supported, in extract()
119 return createStringError(errc::not_supported, in extract()
HDDWARFListTable.cpp68 return createStringError(errc::not_supported, in extract()
73 return createStringError(errc::not_supported, in extract()
HDDWARFDebugRnglists.cpp46 return createStringError(errc::not_supported, in extract()
105 return createStringError(errc::not_supported, in extract()
HDDWARFDebugLine.cpp319 return createStringError(errc::not_supported, in parse()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServer.h87 : ErrorInfo(S, llvm::errc::not_supported) {} in PacketUnimplementedError()
89 PacketUnimplementedError() : ErrorInfo(llvm::errc::not_supported) {} in PacketUnimplementedError()
/freebsd-11-stable/usr.sbin/pmcstudy/
HDpmcstudy.c2362 goto not_supported; in get_cpuid_set()
2368 goto not_supported; in get_cpuid_set()
2373 goto not_supported; in get_cpuid_set()
2377 goto not_supported; in get_cpuid_set()
2381 goto not_supported; in get_cpuid_set()
2385 goto not_supported; in get_cpuid_set()
2389 goto not_supported; in get_cpuid_set()
2393 goto not_supported; in get_cpuid_set()
2397 goto not_supported; in get_cpuid_set()
2401 goto not_supported; in get_cpuid_set()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDErrc.h65 not_supported = int(std::errc::not_supported), enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
HDDirectoryWatcher-windows.cpp49 llvm::errorCodeToError(std::make_error_code(std::errc::not_supported))); in create()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HD__errc76 not_supported, // ENOTSUP
186 not_supported = ENOTSUP,
HDfilesystem2334 : errc::not_supported;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOLayoutBuilder.cpp279 return createStringError(llvm::errc::not_supported, in layoutTail()
335 return createStringError(llvm::errc::not_supported, in layoutTail()
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
HDoperations.cpp759 m_ec = make_error_code(errc::not_supported); in __copy_file()
775 return err.report(errc::not_supported); in __copy_file()
947 return err.report(errc::not_supported); in __equivalent()
950 return err.report(errc::not_supported); in __equivalent()
963 is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size()
992 return err.report(errc::not_supported); in __fs_is_empty()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h289 return llvm::createStringError(make_error_code(llvm::errc::not_supported), in GetParameterStackSize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
HDInstrumentationMap.cpp67 std::make_error_code(std::errc::not_supported)); in loadObj()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDFileSystem.cpp461 return make_error_code(llvm::errc::not_supported); in GetExternalPath()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp565 std::make_error_code(std::errc::not_supported)); in getOrCreateModuleInfo()
/freebsd-11-stable/sys/dev/mfi/
HDmfireg.h1119 uint8_t not_supported; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc784 return std::make_error_code(std::errc::not_supported);