Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp324 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AVRToolChain() local
334 } else if (!AVRLibcRoot.hasValue()) { in AVRToolChain()
340 std::string LibcRoot = AVRLibcRoot.getValue(); in AVRToolChain()
363 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local
364 if (!AVRLibcRoot.hasValue()) in AddClangSystemIncludeArgs()
368 std::string AVRInc = AVRLibcRoot.getValue() + "/include"; in AddClangSystemIncludeArgs()