Lines Matching refs:toolchain
29 class Toolchain;
76 // Because this depends on the tool for this target, the toolchain must
199 // The toolchain is only known once this target is resolved (all if its
202 const Toolchain* toolchain() const { return toolchain_; }
204 // Sets the toolchain. The toolchain must include a tool for this target
208 bool SetToolchain(const Toolchain* toolchain, Err* err = NULL);
296 // Toolchain used by this target. Null until target is resolved.
297 const Toolchain* toolchain_;