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