• Home
  • Raw
  • Download

Lines Matching full:module

1 module LLVM_Analysis {
4 module * { export * }
11 module LLVM_AsmParser {
14 module * { export * }
17 // A module covering CodeGen/ and Target/. These are intertwined
18 // and codependent, and thus notionally form a single module.
19 module LLVM_Backend {
22 module CodeGen {
24 module * { export * }
27 // translation unit (or none) and aren't part of this module.
38 module LLVM_Backend_Target {
40 module * { export * }
43 module LLVM_Bitcode {
46 module * { export * }
49 module LLVM_Bitstream {
52 module * { export * }
55 module LLVM_BinaryFormat {
57 umbrella "BinaryFormat" module * { export * }
85 module LLVM_Config {
88 extern module LLVM_Extern_Config_Def "module.extern.modulemap"
89 module * { export * }
92 module LLVM_DebugInfo {
94 module DIContext { header "DebugInfo/DIContext.h" export * }
97 module LLVM_DebugInfo_DWARF {
101 module * { export * }
104 module LLVM_DebugInfo_PDB {
108 module * { export * }
136 module LLVM_DebugInfo_PDB_DIA {
140 module * { export * }
143 module LLVM_DebugInfo_MSF {
147 module * { export * }
150 module LLVM_DebugInfo_CodeView {
154 module * { export * }
162 module LLVM_DWARFLinker {
166 module * { export * }
169 module LLVM_ExecutionEngine {
173 module * { export * }
179 // translation unit (or none) and aren't part of this module.
199 module LLVM_FileCheck {
203 module * { export * }
209 module LLVM_OrcSupport {
220 module LLVM_Pass {
221 module Pass {
230 module PassRegistry { header "PassRegistry.h" export * }
231 module InitializePasses { header "InitializePasses.h" export * }
234 module LLVM_intrinsic_gen {
241 module IR_Argument { header "IR/Argument.h" export * }
242 module IR_Attributes {
244 extern module LLVM_Extern_IR_Attributes_Gen "module.extern.modulemap"
247 module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * }
248 module IR_ConstantFolder { header "IR/ConstantFolder.h" export * }
249 module IR_GlobalVariable { header "IR/GlobalVariable.h" export * }
250 module IR_NoFolder { header "IR/NoFolder.h" export * }
251 module IRBuilderFolder { header "IR/IRBuilderFolder.h" export * }
252 module IR_Module { header "IR/Module.h" export * }
253 module IR_ModuleSummaryIndex { header "IR/ModuleSummaryIndex.h" export * }
254 module IR_ModuleSummaryIndexYAML { header "IR/ModuleSummaryIndexYAML.h" export * }
255 module IR_Function { header "IR/Function.h" export * }
256 module IR_InstrTypes { header "IR/InstrTypes.h" export * }
257 module IR_Instructions { header "IR/Instructions.h" export * }
261 module IR_CFG { header "IR/CFG.h" export * }
262 module IR_ConstantRange { header "IR/ConstantRange.h" export * }
263 module IR_Dominators { header "IR/Dominators.h" export * }
264 module IR_FixedPointBuilder { header "IR/FixedPointBuilder.h" export * }
265 module Analysis_PostDominators { header "Analysis/PostDominators.h" export * }
266 module Analysis_DomTreeUpdater { header "Analysis/DomTreeUpdater.h" export * }
267 module IR_IRBuilder { header "IR/IRBuilder.h" export * }
268 module IR_IRPrintingPasses { header "IR/IRPrintingPasses.h" export * }
269 module IR_MatrixBuilder { header "IR/MatrixBuilder.h" export * }
270 module IR_PassManager { header "IR/PassManager.h" export * }
271 module IR_PassManagerImpl { header "IR/PassManagerImpl.h" export * }
272 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
273 module IR_Verifier { header "IR/Verifier.h" export * }
274 module IR_InstIterator { header "IR/InstIterator.h" export * }
275 module IR_InstVisitor { header "IR/InstVisitor.h" export * }
276 module IR_Intrinsics {
278 extern module LLVM_Extern_IR_Intricsics_Gen "module.extern.modulemap"
279 extern module LLVM_Extern_IR_Intrinsics_Enum "module.extern.modulemap"
282 module IR_IntrinsicInst { header "IR/IntrinsicInst.h" export * }
283 module IR_PatternMatch { header "IR/PatternMatch.h" export * }
284 module IR_SafepointIRVerifier { header "IR/SafepointIRVerifier.h" export * }
285 module IR_Statepoint { header "IR/Statepoint.h" export * }
290 module LLVM_IR {
294 module * { export * }
307 module LLVM_IRReader {
310 module * { export * }
313 module LLVM_LineEditor {
316 module * { export * }
319 module LLVM_LTO {
322 module * { export * }
325 module LLVM_MC {
329 module * { export * }
333 module LLVM_MC_TableGen {
335 module MC_LaneBitmask { header "MC/LaneBitmask.h" export * }
336 module MC_FixedLenDisassembler { header "MC/MCFixedLenDisassembler.h" export * }
337 module MC_InstrItineraries { header "MC/MCInstrItineraries.h" export * }
338 module MC_Schedule { header "MC/MCSchedule.h" export * }
339 module MC_SubtargetFeature { header "MC/SubtargetFeature.h" export * }
342 module LLVM_Object {
345 module * { export * }
348 module LLVM_Option {
351 module * { export * }
354 module LLVM_ProfileData {
358 module * { export * }
364 module LLVM_Support_TargetRegistry {
370 module LLVM_TableGen {
373 module * { export * }
376 module LLVM_Transforms {
380 module * { export * }
383 extern module LLVM_Extern_Utils_DataTypes "module.extern.modulemap"
385 // A module covering ADT/ and Support/. These are intertwined and
386 // codependent, and notionally form a single module.
387 module LLVM_Utils {
388 module ADT {
392 module * { export * }
395 module Support {
399 module * { export * }
416 // This part of the module is usable from both C and C++ code.
417 module ConvertUTF {
424 // LLVM_Support_DataTypes_Build, defined in a module map that is
426 module LLVM_Support_DataTypes_Src {
431 module LLVM_WindowsManifest {
434 module * { export * }