| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_utils.cpp | 126 LogWriter *LW = reinterpret_cast<LogWriter *>(InternalAlloc(sizeof(LogWriter))); in Open() local 127 new (LW) LogWriter(Vmo); in Open() 128 return LW; in Open() 131 void LogWriter::Close(LogWriter *LW) { in Close() argument 132 LW->~LogWriter(); in Close() 133 InternalFree(LW); in Close() 189 LogWriter *LW = allocate<LogWriter>(); 190 new (LW) LogWriter(Fd); 191 return LW; 194 void LogWriter::Close(LogWriter *LW) { [all...] |
| H A D | xray_basic_logging.cpp | 88 LogWriter* LW = LogWriter::Open(); in getLog() local 89 if (LW == nullptr) in getLog() 90 return LW; in getLog() 112 LW->WriteAll(reinterpret_cast<char *>(&Header), in getLog() 114 return LW; in getLog() 119 static LogWriter *LW = nullptr; in getGlobalLog() local 120 pthread_once(&OnceInit, +[] { LW = getLog(); }); in getGlobalLog() 121 return LW; in getGlobalLog() 161 LogWriter *LW = getGlobalLog(); in InMemoryRawLog() local 162 if (LW == nullptr) in InMemoryRawLog() [all …]
|
| H A D | xray_profiling.cpp | 241 LogWriter *LW = LogWriter::Open(); in profilingFlush() local 242 if (LW == nullptr) { in profilingFlush() 249 LW->WriteAll(reinterpret_cast<const char *>(B.Data), in profilingFlush() 253 LogWriter::Close(LW); in profilingFlush()
|
| H A D | xray_fdr_logging.cpp | 337 LogWriter *LW = LogWriter::Open(); in fdrLoggingFlush() local 338 if (LW == nullptr) { in fdrLoggingFlush() 346 LW->WriteAll(reinterpret_cast<char *>(&Header), in fdrLoggingFlush() 370 LW->WriteAll(reinterpret_cast<char *>(&ExtentsRecord), in fdrLoggingFlush() 373 LW->WriteAll(reinterpret_cast<char *>(B.Data), in fdrLoggingFlush()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | stacktrace.cpp | 182 LW("The builtin path to GDB is bogus, which probably indicates a bug " in find_gdb() 247 LW(F("getrlimit should not have failed but got: %s") % in unlimit_core_size() 252 LW("getrlimit returned 0 for RLIMIT_CORE rlim_max; cannot raise " in unlimit_core_size() 261 LW(F("setrlimit should not have failed but got: %s") % in unlimit_core_size() 297 LW(F("Failed to open %s to append GDB's output") % in dump_stacktrace()
|
| /freebsd/contrib/kyua/utils/fs/ |
| H A D | auto_cleaners.cpp | 67 LW(F("Failed to auto-cleanup directory '%s': %s") % _directory % in ~impl() 179 LW(F("Failed to auto-cleanup file '%s': %s") % _file % in ~impl()
|
| /freebsd/contrib/kyua/cli/ |
| H A D | config.cpp | 114 LW(F("Failed to load user-specific configuration file '%s': %s") % in load_config_file() 218 LW(F("Ignoring failure to load configuration because the requested " in load_config()
|
| H A D | main_test.cpp | 291 LW("Mock warning message"); in ATF_TEST_CASE_BODY() 315 LW("Mock warning message"); in ATF_TEST_CASE_BODY() 339 LW("Mock warning message"); in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 374 BuildMI(MBB, MBBI, DL, TII->get(RISCV::LW), Lo) in expandRV32ZdinxLoad() 384 BuildMI(MBB, MBBI, DL, TII->get(RISCV::LW), Hi) in expandRV32ZdinxLoad() 391 BuildMI(MBB, MBBI, DL, TII->get(RISCV::LW), Hi) in expandRV32ZdinxLoad() 399 BuildMI(MBB, MBBI, DL, TII->get(RISCV::LW), Lo) in expandRV32ZdinxLoad() 557 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadGlobalAddress() 565 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() 585 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSDescAddress()
|
| H A D | RISCVMakeCompressible.cpp | 109 case RISCV::LW: in log2LdstWidth() 134 case RISCV::LW: in offsetMask() 191 case RISCV::LW: in isCompressibleLoad()
|
| /freebsd/contrib/kyua/utils/signals/ |
| H A D | timer.cpp | 445 LW("Auto-destroying still-programmed signals::timer object"); in ~timer() 456 LW("Expired timer never fired; the code never called unprogram()!"); in ~timer() 542 LW(F("Firing expired timer on destruction (was to fire on %s)") % in unprogram()
|
| /freebsd/contrib/kyua/store/ |
| H A D | layout.cpp | 97 LW(F("Failed to open store dir %s: %s") % store_dir % e.what()); in find_latest() 240 LW("HOME not defined; creating store database in current " in query_store_dir()
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6dl-tx6s-8035-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6u-8033-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6qp-tx6qp-8037-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6q-tx6q-11x0-mb7.dts | 3 * Copyright 2016-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6q-tx6q-10x0-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6s-8034-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6q-tx6q-1036-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6u-81xx-mb7.dts | 3 * Copyright 2016-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6u-80xx-mb7.dts | 3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6ul-tx6ul-0010.dts | 3 * Copyright 2015 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6u-801x.dts | 3 * Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6dl-tx6u-811x.dts | 3 * Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
| H A D | imx6q-tx6q-1010.dts | 3 * Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
|