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

  /external/chromium_org/tools/gn/
toolchain.cc 5 #include "tools/gn/toolchain.h"
9 const char* Toolchain::kToolCc = "cc";
10 const char* Toolchain::kToolCxx = "cxx";
11 const char* Toolchain::kToolObjC = "objc";
12 const char* Toolchain::kToolObjCxx = "objcxx";
13 const char* Toolchain::kToolAsm = "asm";
14 const char* Toolchain::kToolAlink = "alink";
15 const char* Toolchain::kToolSolink = "solink";
16 const char* Toolchain::kToolLink = "link";
17 const char* Toolchain::kToolStamp = "stamp"
    [all...]
toolchain.h 12 // Holds information on a specific toolchain. This data is filled in when we
13 // encounter a toolchain definition.
16 // particular, when a target uses a toolchain, it should have a dependency on
17 // that toolchain's object so that we can be sure we loaded the toolchain
20 // Note on threadsafety: The label of the toolchain never changes so can
22 // the toolchain name). But the values in the toolchain do, so these can't
24 class Toolchain : public Item {
73 Toolchain(const Label& label)
    [all...]

Completed in 188 milliseconds