Home | History | Annotate | Download | only in Driver

Lines Matching refs:LibPaths

1517   ToolChain::path_list *LibPaths)
1530 LibPaths->push_back((*it)->getValue(i));
1544 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchG0Suffix);
1545 LibPaths->push_back(LibGCCHexagonDir + Ver + G0Suffix);
1547 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchSuffix);
1548 LibPaths->push_back(LibGCCHexagonDir + Ver);
1551 LibPaths->push_back(RootDir + "lib/gcc");
1556 LibPaths->push_back(HexagonLibDir + MarchG0Suffix);
1557 LibPaths->push_back(HexagonLibDir + G0Suffix);
1559 LibPaths->push_back(HexagonLibDir + MarchSuffix);
1560 LibPaths->push_back(HexagonLibDir);
1587 ToolChain::path_list *LibPaths= &getFilePaths();
1592 LibPaths->clear();
1599 LibPaths);