Home
last modified time | relevance | path

Searched refs:GetDefaultToolchain (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/gn/
Dscope_per_file_provider.cc25 return GetDefaultToolchain(); in GetProgrammaticValue()
50 const Value* ScopePerFileProvider::GetDefaultToolchain() { in GetDefaultToolchain() function in ScopePerFileProvider
Dloader.h47 virtual Label GetDefaultToolchain() const = 0;
86 virtual Label GetDefaultToolchain() const OVERRIDE;
Dscope_per_file_provider.h26 const Value* GetDefaultToolchain();
Dninja_writer.cc65 Label default_label = builder_->loader()->GetDefaultToolchain(); in WriteToolchains()
Dbuilder_unittest.cc26 virtual Label GetDefaultToolchain() const OVERRIDE { in GetDefaultToolchain() function in __anon5f2d4f130111::MockLoader
Dloader.cc185 Label LoaderImpl::GetDefaultToolchain() const { in GetDefaultToolchain() function in LoaderImpl