Lines Matching refs:BLPath
120 std::string BLPath = BLArg->getValue();
121 if (llvm::sys::fs::exists(BLPath)) {
125 llvm::SpecialCaseList::create(BLPath, BLError));
129 BlacklistFile = BLPath;
131 D.Diag(diag::err_drv_no_such_file) << BLPath;
137 std::string BLPath;
138 if (getDefaultBlacklistForKind(D, Kind, BLPath) &&
139 llvm::sys::fs::exists(BLPath))
140 BlacklistFile = BLPath;
320 std::string &BLPath) {
334 BLPath = Path.str();