Lines Matching refs:toolchain
23 class Toolchain;
35 // Loads the given file in the conext of the given toolchain. The initial
37 // empty toolchain name, which will trigger the load of the default build
42 // Notification that the given toolchain has loaded. This will unblock files
44 virtual void ToolchainLoaded(const Toolchain* toolchain) = 0;
46 // Returns the label of the default toolchain.
49 // Returns information about the toolchain with the given label. Will return
50 // false if we haven't processed this toolchain yet.
53 // Helper function that extracts the file and toolchain name from the given
85 virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE;
138 // running. The label should be the name of the toolchain.
140 // If there is no defauled toolchain loaded yet, we'll assume that the first
141 // call to this indicates to the default toolchain, and this function will
142 // set the default toolchain name to the given label.