Searched refs:TDS (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 443 auto TDS = in getInstance() local 445 if (!TDS) { in getInstance() 446 __orc_rt_log_error(toString(TDS.takeError()).c_str()); in getInstance() 450 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() 452 Allocated = std::make_unique<char[]>(TDS->second); in getInstance() 453 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance() 455 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() 456 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
|
| H A D | macho_platform.cpp | 1304 auto TDS = in getInstance() local 1306 if (!TDS) { in getInstance() 1307 __orc_rt_log_error(toString(TDS.takeError()).c_str()); in getInstance() 1311 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() 1313 Allocated = std::make_unique<char[]>(TDS->second); in getInstance() 1314 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance() 1317 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() 1318 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 667 time_t TDS = Obj->getTimeDateStamp(); in printFileHeaders() local 669 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders() 773 time_t TDS = D.TimeDateStamp; in printCOFFDebugDirectory() local 774 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory() 984 time_t TDS = Conf->TimeDateStamp; in printCOFFLoadConfig() local 985 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFLoadConfig() 992 W.printHex("TimeDateStamp", FormattedTime, TDS); in printCOFFLoadConfig() 2053 time_t TDS = time_t(Table.TimeDateStamp); in printResourceDirectoryTable() local 2054 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printResourceDirectoryTable()
|
| /src/share/misc/ |
| H A D | usb_vendors | 9764 0365 TDS 2004B 9765 036a TDS 2024B
|