Home
last modified time | relevance | path

Searched refs:AVRLibcRoot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp457 std::optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local
458 if (!AVRLibcRoot) in AddClangSystemIncludeArgs()
462 std::string AVRInc = *AVRLibcRoot + "/include"; in AddClangSystemIncludeArgs()
522 std::optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob() local
559 } else if (!AVRLibcRoot) { in ConstructJob()
566 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob()
634 std::string Path(*AVRLibcRoot + "/lib/ldscripts/"); in ConstructJob()