OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Module
(Results
1 - 25
of
1056
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
doc.h
13
class
Module
;
15
void gendocfile(
Module
*m);
hdrgen.h
16
class
Module
;
18
void genhdrfile(
Module
*m);
20
void moduleToBuffer(OutBuffer *buf,
Module
*m);
compiler.h
20
class
Module
;
26
// array of
module
patterns used to include/exclude imported modules
28
extern Array<
Module
*> compiledImports;
35
static bool onImport(
Module
*);
36
static void onParseModule(
Module
*);
/src/sys/external/isc/libsodium/dist/test/default/
pre.js.inc
2
this['
Module
'] =
Module
;
3
Module
.test;
5
this['
Module
'] =
Module
= {};
8
Module
['preRun'] =
Module
['preRun'] || [];
9
Module
['preRun'].push(function() {
15
Module
['print'] = function(x) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SplitModule.h
1
//===- SplitModule.h - Split a
module
into partitions -----------*- C++ -*-===//
9
// This file defines the function llvm::SplitModule, which splits a
module
23
class
Module
;
25
/// Splits the
module
M into N linkable partitions. The function ModuleCallback
29
/// visibility issues around
module
splitting, including (but not limited to):
32
///
module
.
33
/// - Internal symbols defined in
module
-level inline asm should be visible to
36
Module
&M, unsigned N,
37
function_ref<void(std::unique_ptr<
Module
> MPart)> ModuleCallback,
CtorUtils.h
22
class
Module
;
26
bool optimizeGlobalCtorsList(
Module
&M,
StripNonLineTableDebugInfo.h
16
class
Module
;
21
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
ModuleUtils.h
23
class
Module
;
31
/// Append F to the list of global ctors of
module
M with the given Priority.
35
void appendToGlobalCtors(
Module
&M, Function *F, int Priority,
39
void appendToGlobalDtors(
Module
&M, Function *F, int Priority,
42
FunctionCallee declareSanitizerInitFunction(
Module
&M, StringRef InitName,
47
Function *createSanitizerCtor(
Module
&M, StringRef CtorName);
54
Module
&M, StringRef CtorName, StringRef InitName,
66
Module
&M, StringRef CtorName, StringRef InitName,
74
Function *getOrCreateInitFunction(
Module
&M, StringRef Name);
76
/// Rename all the anon globals in the
module
using a hash computed fro
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
Linker.h
1
//===- Linker.h -
Module
Linker Interface -----------------------*- C++ -*-===//
16
class
Module
;
21
/// pointer to the merged
module
so far. It doesn't take ownership of the
22
///
module
since it is assumed that the user of this class will want to do
34
Linker(
Module
&M);
42
/// the new
module
and a list of global value names to be internalized by the
46
bool linkInModule(std::unique_ptr<
Module
> Src, unsigned Flags = Flags::None,
47
std::function<void(
Module
&, const StringSet<> &)>
50
static bool linkModules(
Module
&Dest, std::unique_ptr<
Module
> Src
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h
10
//
module
as it relates to headers.
19
#include "clang/Basic/
Module
.h"
45
/// A mechanism to observe the actions of the
module
map parser as it
46
/// reads
module
map files.
53
/// Called when a
module
map file has been read.
58
/// \param IsSystem Whether this is a
module
map from a system include path.
62
/// Called when a header is added during
module
map parsing.
67
/// Called when an umbrella header is added during
module
map parsing.
88
/// Language options used to parse the
module
map itself.
93
/// The
module
that the main source file is associated with (the modul
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PreISelIntrinsicLowering.h
20
class
Module
;
24
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
StructuralHash.h
25
class
Module
;
28
uint64_t StructuralHash(const
Module
&M);
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h
20
class
Module
;
27
void updateCompilerUsed(
Module
&TheModule, const TargetMachine &TM,
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Annotation2Metadata.h
21
class
Module
;
25
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
ConstantMerge.h
26
class
Module
;
31
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &);
ElimAvailExtern.h
21
class
Module
;
27
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &);
GlobalOpt.h
22
class
Module
;
27
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
GlobalSplit.h
23
class
Module
;
28
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
MergeFunctions.h
22
class
Module
;
27
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
PartialInlining.h
21
class
Module
;
26
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &);
SCCP.h
27
class
Module
;
32
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
SyntheticCountsPropagation.h
15
class
Module
;
20
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &MAM);
StripSymbols.h
1
//===- StripSymbols.h - Strip symbols and debug info from a
module
--------===//
30
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
34
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
38
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
42
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrOrderFile.h
18
class
Module
;
23
PreservedAnalyses run(
Module
&M, ModuleAnalysisManager &AM);
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ObjectCache.h
18
class
Module
;
31
/// notifyObjectCompiled - Provides a pointer to compiled code for
Module
M.
32
virtual void notifyObjectCompiled(const
Module
*M, MemoryBufferRef Obj) = 0;
35
/// object which corresponds with
Module
M, or 0 if an object is not
37
virtual std::unique_ptr<MemoryBuffer> getObject(const
Module
* M) = 0;
Completed in 63 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Jun 13 00:24:39 UTC 2026