Lines Matching defs:SDL
2408 /// The search for SDL bitcode files is consistent with how static host
2414 /// filenames as SEARCH-ORDER. Since an SDL can either be device-type specific,
2425 /// archive libraries, we use prefix "libbc-" for the bitcode SDL archives.
2479 // backend generates ptx. So currently, the use of bitcode SDL for nvptx is
2487 for (auto SDL : SDLs) {
2488 auto FullName = Twine(LPath + SDL).str();
2504 /// of this SDL is passed to the llvm-link tool.
2625 // offloading GPU compilers. Like static host libraries, the use of a SDL is
2702 // The search stops as soon as an SDL file is found. The driver then provides
2703 // the full filename of the SDL to the llvm-link command. If no SDL is found