Lines Matching refs:ToolChain
61 const ToolChain &TC, in findOHOSMultilibs()
174 ToolChain::RuntimeLibType OHOS::GetRuntimeLibType( in GetRuntimeLibType()
183 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
186 ToolChain::CXXStdlibType
195 return ToolChain::CST_Libcxx; in GetCXXStdlibType()
243 case ToolChain::CST_Libcxx: { in AddClangCXXStdlibIncludeArgs()
262 case ToolChain::CST_Libcxx: in AddCXXStdlibLibArgs()
268 case ToolChain::CST_Libstdcxx: in AddCXXStdlibLibArgs()
285 ToolChain::path_list OHOS::getRuntimePaths() const { in getRuntimePaths()
346 Type == ToolChain::FT_Object ? "" : "lib"; in getCompilerRT()
349 case ToolChain::FT_Object: in getCompilerRT()
352 case ToolChain::FT_Static: in getCompilerRT()
355 case ToolChain::FT_Shared: in getCompilerRT()
381 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
404 ToolChain::addProfileRTLibs(Args, CmdArgs); in addProfileRTLibs()
407 ToolChain::path_list OHOS::getArchSpecificLibPaths() const { in getArchSpecificLibPaths()
408 ToolChain::path_list Paths; in getArchSpecificLibPaths()
415 ToolChain::UnwindLibType OHOS::GetUnwindLibType(const llvm::opt::ArgList &Args) const { in GetUnwindLibType()