Searched defs:AddGCCLibexecPath (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp268 AddGCCLibexecPath(DarwinVersion[0]);
269 AddGCCLibexecPath(DarwinVersion[0] - 2);
270 AddGCCLibexecPath(DarwinVersion[0] - 1);
271 AddGCCLibexecPath(DarwinVersion[0] + 1);
272 AddGCCLibexecPath(DarwinVersion[0] + 2);
275 void DarwinClang::AddGCCLibexecPath(unsigned darwinVersion) { function in class:DarwinClang

Completed in 24 milliseconds