Lines Matching defs:library
187 // With a static-library build of libclang, LibClangPath will contain the
516 // Rewrite reserved library names.
3711 // Create a link action to link device IR with device library
3736 // Create a link action to link device IR with device library
4502 // Check if this Linker Job should emit a static library.
5151 // library/a.out. So when a .o, .so, etc are the output, with clang interface
6506 auto evaluate = [&](const char *library) -> std::optional<std::string> {
6507 std::string lib = GetFilePath(library, TC);
6538 auto evaluate = [&](const char *library) -> std::optional<std::string> {
6539 std::string lib = GetFilePath(library, TC);
6866 // Only emit static library if the flag is set explicitly.