Home
last modified time | relevance | path

Searched full:object_files (Results 1 – 25 of 46) sorted by relevance

12

/third_party/gn/src/gn/
Dninja_c_binary_target_writer.h37 // object files will be appended to the |object_files|. Any generated
45 std::vector<OutputFile>* object_files,
54 std::vector<OutputFile>* object_files,
67 std::vector<OutputFile>* object_files);
79 std::vector<OutputFile>* object_files,
82 void WriteLinkerStuff(const std::vector<OutputFile>& object_files,
Dninja_c_binary_target_writer.cc233 std::vector<OutputFile>* object_files, in WritePCHCommands() argument
243 order_only_deps, object_files, other_files); in WritePCHCommands()
250 order_only_deps, object_files, other_files); in WritePCHCommands()
258 order_only_deps, object_files, other_files); in WritePCHCommands()
267 order_only_deps, object_files, other_files); in WritePCHCommands()
277 std::vector<OutputFile>* object_files, in WritePCHCommand() argument
282 object_files); in WritePCHCommand()
351 std::vector<OutputFile>* object_files) { in WriteWindowsPCHCommand() argument
358 object_files->insert(object_files->end(), outputs.begin(), outputs.end()); in WriteWindowsPCHCommand()
386 std::vector<OutputFile>* object_files, in WriteSources() argument
[all …]
/third_party/cJSON/tests/unity/extras/fixture/
Drakefile_helper.rb69 …"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}" \
70 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
94 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join +
155 …obj_list = src_files.map { |f| File.basename(f.ext($cfg['compiler']['object_files']['extension']))…
/third_party/unity/extras/memory/
Drakefile_helper.rb76 …"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}" \
77 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
101 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join +
165 …obj_list = src_files.map { |f| File.basename(f.ext($cfg['compiler']['object_files']['extension']))…
/third_party/unity/extras/fixture/
Drakefile_helper.rb71 …"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}" \
72 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
96 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join +
161 …obj_list = src_files.map { |f| File.basename(f.ext($cfg['compiler']['object_files']['extension']))…
/third_party/unity/test/targets/
Dgcc_manual_math.yml27 object_files:
38 object_files:
Dansi.yml27 object_files:
38 object_files:
Dgcc_64.yml30 object_files:
41 object_files:
Dgcc_auto_limits.yml27 object_files:
38 object_files:
Dgcc_32.yml29 object_files:
40 object_files:
Dgcc_auto_stdint.yml39 object_files:
50 object_files:
Dclang_file.yml58 object_files:
69 object_files:
Dclang_strict.yml58 object_files:
69 object_files:
Diar_arm_v5_3.yml43 object_files:
56 object_files:
Diar_arm_v5.yml43 object_files:
56 object_files:
/third_party/cJSON/tests/unity/test/targets/
Dgcc_manual_math.yml27 object_files:
38 object_files:
Dgcc_64.yml30 object_files:
41 object_files:
Dgcc_32.yml29 object_files:
40 object_files:
Dgcc_auto_limits.yml27 object_files:
38 object_files:
Dgcc_auto_stdint.yml39 object_files:
50 object_files:
Dclang_file.yml58 object_files:
69 object_files:
Dclang_strict.yml58 object_files:
69 object_files:
Diar_cortexm3_v5.yml46 object_files:
59 object_files:
/third_party/cJSON/tests/unity/examples/example_3/
Dtarget_gcc_32.yml26 object_files:
37 object_files:
/third_party/unity/examples/example_3/
Dtarget_gcc_32.yml27 object_files:
38 object_files:

12