Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h629 virtual bool isBareMetal() const { return false; } in isBareMetal() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp583 if (TC.isBareMetal()) in getArchNameForCompilerRTLib()
623 if (isBareMetal()) { in getCompilerRTPath()