OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFilePaths
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Driver/
CrossWindowsToolChain.cpp
27
getFilePaths
().push_back(SysRoot + "/usr/lib");
28
getFilePaths
().push_back(SysRoot + "/usr/lib/gcc");
MinGWToolChain.cpp
85
getFilePaths
().push_back(GccLibDir);
86
getFilePaths
().push_back(
88
getFilePaths
().push_back(Base + "lib");
90
getFilePaths
().push_back(Base + Arch + "/sys-root/mingw/lib");
ToolChains.cpp
[
all
...]
ToolChain.cpp
621
for (const auto &LibPath :
getFilePaths
())
Driver.cpp
883
for (const std::string &Path : TC.
getFilePaths
()) {
[
all
...]
Tools.cpp
[
all
...]
/external/clang/include/clang/Driver/
ToolChain.h
144
path_list &
getFilePaths
() { return FilePaths; }
145
const path_list &
getFilePaths
() const { return FilePaths; }
387
/// AddFilePathLibArgs - Add each thing in
getFilePaths
() as a "-L" option.
Completed in 174 milliseconds