Searched refs:TDS (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 629 auto TDS = in getInstance() local 631 if (!TDS) { in getInstance() 632 __orc_rt_log_error(toString(TDS.takeError()).c_str()); in getInstance() 636 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() 638 Allocated = std::make_unique<char[]>(TDS->second); in getInstance() 639 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance() 641 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() 642 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
|
| H A D | macho_platform.cpp | 1314 auto TDS = in getInstance() local 1316 if (!TDS) { in getInstance() 1317 __orc_rt_log_error(toString(TDS.takeError()).c_str()); in getInstance() 1321 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() 1323 Allocated = std::make_unique<char[]>(TDS->second); in getInstance() 1324 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance() 1327 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() 1328 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 669 time_t TDS = Obj->getTimeDateStamp(); in printFileHeaders() local 671 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders() 775 time_t TDS = D.TimeDateStamp; in printCOFFDebugDirectory() local 776 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory() 1029 time_t TDS = Conf->TimeDateStamp; in printCOFFLoadConfig() local 1030 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFLoadConfig() 1037 W.printHex("TimeDateStamp", FormattedTime, TDS); in printCOFFLoadConfig() 2099 time_t TDS = time_t(Table.TimeDateStamp); in printResourceDirectoryTable() local 2100 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printResourceDirectoryTable()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 9764 0365 TDS 2004B 9765 036a TDS 2024B
|