Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7106 unsigned RTOptionID = options::OPT__SLASH_MT; in AddClangCLArgs() local
7112 RTOptionID = options::OPT__SLASH_MTd; in AddClangCLArgs()
7115 RTOptionID = A->getOption().getID(); in AddClangCLArgs()
7118 switch (RTOptionID) { in AddClangCLArgs()