Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DCMakeLists.txt7 configure_file(module.modulemap.build module.modulemap COPYONLY)
Dmodule.modulemap82 extern module LLVM_Extern_Config_Def "module.extern.modulemap"
230 extern module LLVM_Extern_IR_Attributes_Gen "module.extern.modulemap"
260 extern module LLVM_Extern_IR_Intricsics_Gen "module.extern.modulemap"
261 extern module LLVM_Extern_IR_Intrinsics_Enum "module.extern.modulemap"
366 extern module LLVM_Extern_Utils_DataTypes "module.extern.modulemap"
/third_party/gn/src/gn/
Dninja_c_binary_target_writer.cc31 ModuleDep(const SourceFile* modulemap, in ModuleDep()
35 : modulemap(modulemap), in ModuleDep()
41 const SourceFile* modulemap; member
89 const SourceFile* modulemap = GetModuleMapFromTargetSources(t); in GetModuleDepsInformation() local
90 CHECK(modulemap); in GetModuleDepsInformation()
99 t->GetOutputFilesForSource(*modulemap, &tool_type, &modulemap_outputs)); in GetModuleDepsInformation()
102 ret.emplace_back(modulemap, label, modulemap_outputs[0], is_self); in GetModuleDepsInformation()
Dfunction_toolchain.cc616 name when using .modulemap files.
/third_party/gn/docs/
Dreference.md3389 "cxx_module": C++ compiler used for Clang .modulemap files
3721 name when using .modulemap files.