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

/external/clang/lib/Driver/
H A DToolChains.cpp252 AddGCCLibexecPath(DarwinVersion[0]);
253 AddGCCLibexecPath(DarwinVersion[0] - 2);
254 AddGCCLibexecPath(DarwinVersion[0] - 1);
255 AddGCCLibexecPath(DarwinVersion[0] + 1);
256 AddGCCLibexecPath(DarwinVersion[0] + 2);
259 void DarwinClang::AddGCCLibexecPath(unsigned darwinVersion) { function in class:DarwinClang

Completed in 79 milliseconds