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

12

  /external/clang/lib/Driver/
Tools.cpp 14 #include "clang/Basic/ObjCRuntime.h"
15 #include "clang/Basic/Version.h"
16 #include "clang/Driver/Action.h"
17 #include "clang/Driver/Arg.h"
18 #include "clang/Driver/ArgList.h"
19 #include "clang/Driver/Compilation.h"
20 #include "clang/Driver/Driver.h"
21 #include "clang/Driver/DriverDiagnostic.h"
22 #include "clang/Driver/Job.h"
23 #include "clang/Driver/Option.h
    [all...]
ToolChains.cpp 12 #include "clang/Basic/ObjCRuntime.h"
13 #include "clang/Basic/Version.h"
14 #include "clang/Driver/Arg.h"
15 #include "clang/Driver/ArgList.h"
16 #include "clang/Driver/Compilation.h"
17 #include "clang/Driver/Driver.h"
18 #include "clang/Driver/DriverDiagnostic.h"
19 #include "clang/Driver/OptTable.h"
20 #include "clang/Driver/Option.h"
21 #include "clang/Driver/Options.h
    [all...]
  /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
84 # 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/Arg.h"
15 #include "clang/Driver/ArgList.h"
16 #include "clang/Driver/DriverDiagnostic.h"
17 #include "clang/Driver/OptTable.h"
18 #include "clang/Driver/Option.h"
19 #include "clang/Driver/Options.h
    [all...]

Completed in 172 milliseconds

12