Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAVR.cpp390 std::optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs()
446 std::optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob()
596 std::optional<std::string> AVRToolChain::findAVRLibcInstallation() const { in findAVRLibcInstallation() function in AVRToolChain
HDAVR.h34 std::optional<std::string> findAVRLibcInstallation() const;