HomeSort by relevance Sort by last modified time
    Searched defs:Toolchain (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
toolchain.cc 5 #include "tools/gn/toolchain.h"
13 const char* Toolchain::kToolCc = "cc";
14 const char* Toolchain::kToolCxx = "cxx";
15 const char* Toolchain::kToolObjC = "objc";
16 const char* Toolchain::kToolObjCxx = "objcxx";
17 const char* Toolchain::kToolRc = "rc";
18 const char* Toolchain::kToolAsm = "asm";
19 const char* Toolchain::kToolAlink = "alink";
20 const char* Toolchain::kToolSolink = "solink";
21 const char* Toolchain::kToolLink = "link"
    [all...]
toolchain.h 20 // Holds information on a specific toolchain. This data is filled in when we
21 // encounter a toolchain definition.
24 // particular, when a target uses a toolchain, it should have a dependency on
25 // that toolchain's object so that we can be sure we loaded the toolchain
28 // Note on threadsafety: The label of the toolchain never changes so can
30 // the toolchain name). But the values in the toolchain do, so these can't
32 class Toolchain : public Item {
63 Toolchain(const Settings* settings, const Label& label)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 70 milliseconds