Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAVR.cpp392 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local
393 if (!AVRLibcRoot) in AddClangSystemIncludeArgs()
397 std::string AVRInc = *AVRLibcRoot + "/include"; in AddClangSystemIncludeArgs()
431 llvm::Optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob() local
461 } else if (!AVRLibcRoot) { in ConstructJob()
467 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob()