Searched refs:search_path (Results 1 – 2 of 2) sorted by relevance
36 MCLDDirectory search_path("=/system/lib"); in addTargetOptions() local37 search_path.setSysroot(info.options().sysroot()); in addTargetOptions()38 if (exists(search_path.path()) && is_directory(search_path.path())) in addTargetOptions()39 info.options().directories().add(search_path); in addTargetOptions()42 llvm::errs() << "WARNING: can not open search directory: `-L" << search_path.name() << "'.\n"; in addTargetOptions()
17 search_path.cpp \