Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp457 std::optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs()
522 std::optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob()
662 std::optional<std::string> AVRToolChain::findAVRLibcInstallation() const { in findAVRLibcInstallation() function in AVRToolChain
H A DAVR.h34 std::optional<std::string> findAVRLibcInstallation() const;