OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Contiki
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Contiki.cpp
1
//===---
Contiki
.cpp -
Contiki
ToolChain Implementations --------*- C++ -*-===//
9
#include "
Contiki
.h"
17
Contiki
::
Contiki
(const Driver &D, const llvm::Triple &Triple,
21
SanitizerMask
Contiki
::getSupportedSanitizers() const {
Contiki.h
1
//===---
Contiki
.h -
Contiki
ToolChain Implementations ----------*- C++ -*-===//
19
class LLVM_LIBRARY_VISIBILITY
Contiki
: public Generic_ELF {
21
Contiki
(const Driver &D, const llvm::Triple &Triple,
/src/external/apache2/llvm/lib/libclangDriver/
Makefile
38
Contiki
.cpp \
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
196
Contiki
,
538
return getOS() == Triple::
Contiki
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp
197
case
Contiki
: return "
contiki
";
535
.StartsWith("
contiki
", Triple::
Contiki
)
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
19
#include "ToolChains/
Contiki
.h"
5322
case llvm::Triple::
Contiki
:
5323
TC = std::make_unique<toolchains::
Contiki
>(*this, Target, Args);
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026