Searched refs:AVRLibcRoot (Results 1 – 1 of 1) sorted by relevance
390 std::optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local391 if (!AVRLibcRoot) in AddClangSystemIncludeArgs()395 std::string AVRInc = *AVRLibcRoot + "/include"; in AddClangSystemIncludeArgs()446 std::optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob() local483 } else if (!AVRLibcRoot) { in ConstructJob()490 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob()568 std::string Path(*AVRLibcRoot + "/lib/ldscripts/"); in ConstructJob()