Home
last modified time | relevance | path

Searched refs:current_toolchain (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/gn/
Dvalue_extractors.cc109 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 …]
Dvalue_extractors.h44 const Label& current_toolchain,
54 const Label& current_toolchain,
59 const Label& current_toolchain,
64 const Label& current_toolchain,
Dlabel.cc95 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()
Dlabel.h37 const Label& current_toolchain,
/external/chromium_org/tools/android/md5sum/
DBUILD.gn34 if (current_toolchain == default_toolchain) {
/external/chromium_org/build/
Dcompiled_action.gni59 # if (host_toolchain == current_toolchain) {
/external/chromium_org/v8/
DBUILD.gn1255 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/
DBUILD.gn178 if (current_toolchain == host_toolchain) {
/external/chromium_org/third_party/yasm/
DBUILD.gn30 if (current_toolchain == host_toolchain) {
/external/chromium_org/ppapi/
DBUILD.gn390 if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) {