Home
last modified time | relevance | path

Searched defs:log (Results 251 – 275 of 347) sorted by relevance

1...<<11121314

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp56 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg; } in log() function in llvm::jitlink::JITLinkError
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp137 Log *log = GetLog(LLDBLog::Watchpoints); in VariableWatchpointDisabler() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp156 Log *log = GetLog(LLDBLog::Process); in MonitorChildProcessThreadFunction() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp186 Log *log = GetLog(LLDBLog::Unwind); in GetUnwindPlan() local
255 Log *log = GetLog(LLDBLog::Unwind); in ScanIndex() local
H A DBlock.cpp338 Log *log = GetLog(LLDBLog::Symbols); in AddRange() local
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h138 osm_log_t *log; member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h158 __DEVICE__ float log(float __x) { return ::logf(__x); } in log() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp571 Log *log = GetLog(LLDBLog::Expressions); in PrepareTrivialCall() local
H A DABISysV_mips64.cpp569 Log *log = GetLog(LLDBLog::Expressions); in PrepareTrivialCall() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp67 Log *log = GetLog(LLDBLog::Expressions); in PrepareTrivialCall() local
H A DABISysV_arm64.cpp70 Log *log = GetLog(LLDBLog::Expressions); in PrepareTrivialCall() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp509 Log *log = GetLog(LLDBLog::Language); in FailExceptionParsing() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp203 Log *log = GetLog(LLDBLog::Object); in SetRegisterInfo() local
H A DTrace.cpp291 Log *log = GetLog(LLDBLog::Target); in RefreshLiveProcessState() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp142 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp66 Log *log = GetLog(LLDBLog::Object); in GetTypeInfo() local
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c885 uint8_t log; in vdev_raidz_matrix_invert() local
983 uint8_t log, val; in vdev_raidz_matrix_reconstruct() local
/freebsd/sys/netinet/
H A Dtcp_log_buf.c1435 union tcp_log_stackspecific log; in tcp_log_tcpcbfini() local
2874 tcp_log_eventspecific_t log; in tcp_log_sendfile() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp648 void ModuleList::LogUUIDAndPaths(Log *log, const char *prefix_cstr) { in LogUUIDAndPaths()
822 Log *log = GetLog(LLDBLog::Modules); in GetSharedModule() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h74 #define SEQSYMBOL_TABLE_SIZE(log) (1 + (1 << (log))) argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp490 void RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) { in LogGPR()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in346 def log(self, options, suppress_console=False): member in Cmd
/freebsd/lib/libnvmf/
H A Dnvmf_host.c646 struct nvme_discovery_log hdr, *log; in nvmf_host_fetch_discovery_log_page() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c1229 static void check_switch_lft(cl_map_item_t * item, void *log) in check_switch_lft()
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp31 void WindowsManifestError::log(raw_ostream &OS) const { OS << Msg; } in log() function in WindowsManifestError

1...<<11121314