OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultToolChain
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Compilation.h
50
const ToolChain &
DefaultToolChain
;
133
Compilation(const Driver &D, const ToolChain &
DefaultToolChain
,
140
const ToolChain &getDefaultToolChain() const { return
DefaultToolChain
; }
/src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp
39
: TheDriver(D),
DefaultToolChain
(_DefaultToolChain), Args(_Args),
43
std::make_pair(Action::OFK_Host, &
DefaultToolChain
));
65
TC = &
DefaultToolChain
;
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026