Searched refs:not_supported (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugAddr.cpp | 49 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()
|
| HD | DWARFListTable.cpp | 68 return createStringError(errc::not_supported, in extract() 73 return createStringError(errc::not_supported, in extract()
|
| HD | DWARFDebugRnglists.cpp | 46 return createStringError(errc::not_supported, in extract() 105 return createStringError(errc::not_supported, in extract()
|
| HD | DWARFDebugLine.cpp | 319 return createStringError(errc::not_supported, in parse()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServer.h | 87 : ErrorInfo(S, llvm::errc::not_supported) {} in PacketUnimplementedError() 89 PacketUnimplementedError() : ErrorInfo(llvm::errc::not_supported) {} in PacketUnimplementedError()
|
| /freebsd-11-stable/usr.sbin/pmcstudy/ |
| HD | pmcstudy.c | 2362 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/ |
| HD | Errc.h | 65 not_supported = int(std::errc::not_supported), enumerator
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| HD | DirectoryWatcher-windows.cpp | 49 llvm::errorCodeToError(std::make_error_code(std::errc::not_supported))); in create()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | __errc | 76 not_supported, // ENOTSUP 186 not_supported = ENOTSUP,
|
| HD | filesystem | 2334 : errc::not_supported;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| HD | MachOLayoutBuilder.cpp | 279 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/ |
| HD | operations.cpp | 759 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/ |
| HD | SymbolFile.h | 289 return llvm::createStringError(make_error_code(llvm::errc::not_supported), in GetParameterStackSize()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/ |
| HD | InstrumentationMap.cpp | 67 std::make_error_code(std::errc::not_supported)); in loadObj()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | FileSystem.cpp | 461 return make_error_code(llvm::errc::not_supported); in GetExternalPath()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| HD | Symbolize.cpp | 565 std::make_error_code(std::errc::not_supported)); in getOrCreateModuleInfo()
|
| /freebsd-11-stable/sys/dev/mfi/ |
| HD | mfireg.h | 1119 uint8_t not_supported; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | Path.inc | 784 return std::make_error_code(std::errc::not_supported);
|