Lines Matching refs:module

1 module LLVM_C {
3 module * { export * }
6 module LLVM_Analysis {
9 module * { export * }
17 module LLVM_AsmParser {
20 module * { export * }
23 module LLVM_CodeGenTypes {
26 module LLT {
29 module MVT {
31 extern module LLVM_Extern_CodeGenTypes_Gen "module.extern.modulemap"
35 // A module covering CodeGen/ and Target/. These are intertwined
36 // and codependent, and thus notionally form a single module.
37 module LLVM_Backend {
40 module CodeGen {
42 module * { export * }
45 // translation unit (or none) and aren't part of this module.
59 module LLVM_Backend_Target {
61 module * { export * }
64 module LLVM_Bitcode {
67 module * { export * }
70 module LLVM_Bitstream {
73 module * { export * }
76 module LLVM_BinaryFormat {
78 umbrella "llvm/BinaryFormat" module * { export * }
111 module LLVM_Config {
114 extern module LLVM_Extern_Config_Def "module.extern.modulemap"
115 module * { export * }
118 module LLVM_DebugInfo {
120 module DIContext { header "llvm/DebugInfo/DIContext.h" export * }
123 module LLVM_DebugInfo_DWARF {
127 module * { export * }
130 module LLVM_DebugInfo_PDB {
134 module * { export * }
162 module LLVM_DebugInfo_PDB_DIA {
166 module * { export * }
169 module LLVM_DebugInfo_MSF {
173 module * { export * }
176 module LLVM_DebugInfo_CodeView {
180 module * { export * }
188 module LLVM_DWARFLinker {
192 module * { export * }
195 module LLVM_ExecutionEngine {
199 module * { export * }
205 // translation unit (or none) and aren't part of this module.
213 module LLVM_FileCheck {
217 module * { export * }
220 module LLVM_Frontend_OpenMP {
224 module * { export * }
232 module LLVM_OrcSupport {
240 module LLVM_Pass {
241 module Pass {
250 module PassRegistry { header "llvm/PassRegistry.h" export * }
251 module InitializePasses { header "llvm/InitializePasses.h" export * }
254 module LLVM_IR {
258 module * { export * }
260 extern module LLVM_Extern_IR_Attributes_Gen "module.extern.modulemap"
261 extern module LLVM_Extern_IR_Intrinsics_Gen "module.extern.modulemap"
262 extern module LLVM_Extern_IR_Intrinsics_Enum "module.extern.modulemap"
275 module LLVM_IRReader {
278 module * { export * }
281 module LLVM_LineEditor {
284 module * { export * }
287 module LLVM_LTO {
290 module * { export * }
293 module LLVM_MC {
297 module * { export * }
300 module LLVM_Object {
303 module * { export * }
306 module LLVM_Option {
309 module * { export * }
312 module LLVM_ProfileData {
316 module * { export * }
324 module LLVM_Support_TargetRegistry {
330 module LLVM_TableGen {
333 module * { export * }
336 module LLVM_Transforms {
340 module * { export * }
346 extern module LLVM_Extern_Utils_DataTypes "module.extern.modulemap"
348 // Build the module with the tablegen-generated files needed by the
349 // TargetParser module before building the TargetParser module itself.
350 module TargetParserGen {
351 module RISCVTargetParserDef {
353 extern module LLVM_Extern_TargetParser_Gen "module.extern.modulemap"
358 // A module covering ADT/ and Support/. These are intertwined and
359 // codependent, and notionally form a single module.
360 module LLVM_Utils {
361 module ADT {
365 module * { export * }
368 module Demangle {
372 module * { export * }
377 module Support {
381 module * { export * }
393 module TargetParser {
397 module * { export * }
406 // This part of the module is usable from both C and C++ code.
407 module ConvertUTF {
414 // LLVM_Support_DataTypes_Build, defined in a module map that is
416 module LLVM_Support_DataTypes_Src {
421 module LLVM_WindowsManifest {
424 module * { export * }