HomeSort by: relevance | last modified time | path
    Searched defs:MODULE (Results 1 - 12 of 12) sorted by relevancy

  /src/tools/autoconf/
Makefile 3 MODULE= autoconf
  /src/tools/texinfo/
Makefile 3 MODULE= texinfo
  /src/tools/gettext/
Makefile 5 MODULE= gettext
  /src/tools/groff/
Makefile 3 MODULE= groff
  /src/tools/binutils/
Makefile 5 MODULE= binutils
  /src/tools/gdb/
Makefile 5 MODULE= gdb
  /src/tools/gcc/
Makefile 6 MODULE= ${EXTERNAL_GCC_SUBDIR}
  /src/sys/sys/
module.h 1 /* $NetBSD: module.h,v 1.48 2021/10/24 06:52:26 skrll Exp $ */
40 /* Module classes, provided only for system boot and module validation. */
52 /* Module sources: where did it come from? */
59 /* Commands passed to module control routine. */
76 /* Module header structure. */
85 /* Per module information, maintained by kern_module.c */
89 typedef struct module { struct
96 TAILQ_ENTRY(module) mod_chain;
97 struct module *(*mod_required)[MAXMODDEPS]
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Histable.h 31 // Module (public)
58 INSTR, LINE, FUNCTION, MODULE, LOADOBJECT,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Histable.h 31 // Module (public)
58 INSTR, LINE, FUNCTION, MODULE, LOADOBJECT,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
52 /// Describes a module, including its file name and dependencies.
53 MODULE,
66 // Global module index reader.
134 report_fatal_error("Module index '" + Buffer->getBufferIdentifier() +
138 llvm::TimeTraceScope TimeScope("Module LoadIndex");
194 case MODULE: {
198 // Make room for this module's information.
204 // Size/modification time for this module file at the time the
223 assert(Idx == Record.size() && "More module info?")
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1 //===- Attributor.h --- Module-wide attribute deduction ---------*- C++ -*-===//
34 // revisit all instructions/blocks/functions in the module but only query
793 InformationCache(const Module &M, AnalysisGetter &AG,
880 /// The slice of the module we are allowed to look at.
933 /// Return datalayout used in the module.
954 /// Check whether \p F is part of module slice.
997 /// The datalayout used in the module.
1175 // set, but only if it is part of module slice we are allowed to look at.
1281 /// Return true if this is a module pass, false otherwise.
1653 /// (\see registerFunctionSignatureRewrite) and return Changed if the module
    [all...]

Completed in 61 milliseconds