OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fuchsia
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Fuchsia.h
1
//===---
Fuchsia
.h -
Fuchsia
ToolChain Implementations ----------*- C++ -*-===//
20
namespace
fuchsia
{
namespace in namespace:clang::driver::tools
23
Linker(const ToolChain &TC) : Tool("
fuchsia
::Linker", "ld.lld", TC) {}
33
} // end namespace
fuchsia
38
class LLVM_LIBRARY_VISIBILITY
Fuchsia
: public ToolChain {
40
Fuchsia
(const Driver &D, const llvm::Triple &Triple,
Fuchsia.cpp
1
//===---
Fuchsia
.cpp -
Fuchsia
ToolChain Implementations --------*- C++ -*-===//
9
#include "
Fuchsia
.h"
31
void
fuchsia
::Linker::ConstructJob(Compilation &C, const JobAction &JA,
36
const toolchains::
Fuchsia
&ToolChain =
37
static_cast<const toolchains::
Fuchsia
&>(getToolChain());
175
///
Fuchsia
-
Fuchsia
tool chain which can call as(1) and ld(1) directly.
177
Fuchsia
::
Fuchsia
(const Driver &D, const llvm::Triple &Triple
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
172
Fuchsia
,
515
return getOS() == Triple::
Fuchsia
;
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026