Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4419 unsigned RTOptionID = options::OPT__SLASH_MT; in ProcessVSRuntimeLibrary() local
4424 RTOptionID = options::OPT__SLASH_MTd; in ProcessVSRuntimeLibrary()
4427 RTOptionID = A->getOption().getID(); in ProcessVSRuntimeLibrary()
4430 RTOptionID = llvm::StringSwitch<unsigned>(A->getValue()) in ProcessVSRuntimeLibrary()
4439 switch (RTOptionID) { in ProcessVSRuntimeLibrary()