Home
last modified time | relevance | path

Searched refs:swiftmodule (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/examples/ios/build/toolchain/ios/
DBUILD.gn117 "{{target_gen_dir}}/{{module_name}}.swiftmodule",
136swiftmodule --header-path {{target_gen_dir}}/{{module_name}}.h --depfile {{target_out_dir}}/{{modu…
/third_party/gn/src/gn/
Dninja_binary_target_writer.cc421 for (const OutputFile& swiftmodule : swiftmodules) { in WriteSwiftModules() local
423 swiftmodule_path_output.WriteFile(out, swiftmodule); in WriteSwiftModules()
Dninja_c_binary_target_writer.cc562 for (const Target* swiftmodule : target_->swift_values().modules()) in WriteSwiftSources() local
563 swift_order_only_deps.push_back(swiftmodule->dependency_output_file()); in WriteSwiftSources()
Dfunction_toolchain.cc438 The string will be prependend to the path to the .swiftmodule files
/third_party/gn/docs/
Dreference.md3542 The string will be prependend to the path to the .swiftmodule files
3548 [ "obj/foo/Foo.swiftmodule" ]
3550 "-Wl,-add_ast_path,obj/foo/Foo.swiftmodule"
3862 Swift .swiftmodule files that needs to be embedded into the binary.
3864 Swift compiler (the .swiftmodule file cannot be embedded in object
3906 output of .swiftmodule type, but can have one or more object file outputs,