Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp288 unsigned RTOptionID = options::OPT__SLASH_MT; in processVSRuntimeLibrary() local
290 RTOptionID = llvm::StringSwitch<unsigned>(rtl->getValue()) in processVSRuntimeLibrary()
297 switch (RTOptionID) { in processVSRuntimeLibrary()
H A DCommonArgs.cpp1204 unsigned RTOptionID = options::OPT__SLASH_MT; in addFortranRuntimeLibsMSVC() local
1206 RTOptionID = llvm::StringSwitch<unsigned>(rtl->getValue()) in addFortranRuntimeLibsMSVC()
1213 switch (RTOptionID) { in addFortranRuntimeLibsMSVC()
H A DClang.cpp4588 unsigned RTOptionID = options::OPT__SLASH_MT; in ProcessVSRuntimeLibrary() local
4593 RTOptionID = options::OPT__SLASH_MTd; in ProcessVSRuntimeLibrary()
4596 RTOptionID = A->getOption().getID(); in ProcessVSRuntimeLibrary()
4599 RTOptionID = llvm::StringSwitch<unsigned>(A->getValue()) in ProcessVSRuntimeLibrary()
4608 switch (RTOptionID) { in ProcessVSRuntimeLibrary()