Searched refs:current_toolchain (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/tools/gn/ |
D | value_extractors.cc | 109 current_toolchain(current_toolchain_in) {} in LabelResolver() 113 *out = Label::Resolve(current_dir, current_toolchain, v, err); in operator ()() 117 const Label& current_toolchain; member 125 current_toolchain(current_toolchain_in) {} in LabelPtrResolver() 129 out->label = Label::Resolve(current_dir, current_toolchain, v, err); in operator ()() 134 const Label& current_toolchain; member 174 const Label& current_toolchain, in ExtractListOfLabels() argument 179 current_toolchain)); in ExtractListOfLabels() 184 const Label& current_toolchain, in ExtractListOfUniqueLabels() argument 189 current_toolchain)); in ExtractListOfUniqueLabels() [all …]
|
D | value_extractors.h | 44 const Label& current_toolchain, 54 const Label& current_toolchain, 59 const Label& current_toolchain, 64 const Label& current_toolchain,
|
D | label.cc | 95 const Label& current_toolchain, in Resolve() argument 176 *out_toolchain_dir = current_toolchain.dir(); in Resolve() 177 *out_toolchain_name = current_toolchain.name(); in Resolve() 180 return Resolve(current_dir, current_toolchain, in Resolve() 213 const Label& current_toolchain, in Resolve() argument 227 if (!::Resolve(current_dir, current_toolchain, input, input_string, in Resolve()
|
D | label.h | 37 const Label& current_toolchain,
|
/external/chromium_org/tools/android/md5sum/ |
D | BUILD.gn | 34 if (current_toolchain == default_toolchain) {
|
/external/chromium_org/build/ |
D | compiled_action.gni | 59 # if (host_toolchain == current_toolchain) {
|
/external/chromium_org/v8/ |
D | BUILD.gn | 1255 if (current_toolchain == host_toolchain) { 1262 if (current_toolchain == host_toolchain) { 1314 if (current_toolchain == host_toolchain) { 1373 if (is_android && current_toolchain != host_toolchain) {
|
/external/chromium_org/third_party/protobuf/ |
D | BUILD.gn | 178 if (current_toolchain == host_toolchain) {
|
/external/chromium_org/third_party/yasm/ |
D | BUILD.gn | 30 if (current_toolchain == host_toolchain) {
|
/external/chromium_org/ppapi/ |
D | BUILD.gn | 390 if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) {
|