Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp382 unsigned RTOptionID = options::OPT__SLASH_MT; in processVSRuntimeLibrary() local
384 RTOptionID = llvm::StringSwitch<unsigned>(rtl->getValue()) in processVSRuntimeLibrary()
391 switch (RTOptionID) { in processVSRuntimeLibrary()
H A DClang.cpp4798 unsigned RTOptionID = options::OPT__SLASH_MT; in ProcessVSRuntimeLibrary() local
4803 RTOptionID = options::OPT__SLASH_MTd; in ProcessVSRuntimeLibrary()
4806 RTOptionID = A->getOption().getID(); in ProcessVSRuntimeLibrary()
4809 RTOptionID = llvm::StringSwitch<unsigned>(A->getValue()) in ProcessVSRuntimeLibrary()
4818 switch (RTOptionID) { in ProcessVSRuntimeLibrary()