HomeSort by relevance Sort by last modified time
    Searched refs:Clang (Results 26 - 29 of 29) sorted by null

12

  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 29 -- Usage: CLANG_BIN=clang-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64]
80 -- Clang invocation
100 return CLANG_BIN .. "/clang -cc1 -load " .. CLANG_PLUGINS .. "/libgcmole.so"
  /external/compiler-rt/make/platform/
clang_darwin.mk 1 # These are the functions which clang needs when it is targetting a previous
7 Description := Static runtime libraries for clang/Darwin.
30 CC := clang
42 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really
81 # build the libraries themselves so that Clang can find them where it expects
  /external/v8/tools/gcmole/
gcmole.lua 29 -- Usage: CLANG_BIN=clang-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64]
80 -- Clang invocation
95 return CLANG_BIN .. "/clang -cc1 -load " .. DIR .. "/libgcmole.so"
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 10 #include "clang/Frontend/CompilerInvocation.h"
11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/FileManager.h"
13 #include "clang/Basic/Version.h"
14 #include "clang/Driver/DriverDiagnostic.h"
15 #include "clang/Driver/Options.h"
16 #include "clang/Driver/Util.h"
17 #include "clang/Frontend/LangStandard.h"
18 #include "clang/Frontend/Utils.h"
19 #include "clang/Lex/HeaderSearchOptions.h
1742 namespace clang { namespace
    [all...]

Completed in 391 milliseconds

12