Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/external/bcc/src/cc/
Dsyms.h92 struct Module { struct
101 Module(const char *name, ProcMountNS *mount_ns, argument
109 ModuleType type_; argument
131 std::vector<Module> modules_; argument
/external/bcc/src/cc/includes/
Dsyms.h92 struct Module { struct
101 Module(const char *name, ProcMountNS *mount_ns, argument
109 ModuleType type_; argument
131 std::vector<Module> modules_; argument
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dbitwriter.go26 func WriteBitcodeToFile(m Module, file *os.File) error {
34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
/external/llvm/bindings/go/llvm/
Dbitwriter.go26 func WriteBitcodeToFile(m Module, file *os.File) error {
34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
/external/python/cpython2/Python/
Ddynload_aix.c24 typedef struct Module { struct
25 struct Module *next; argument
27 } Module, *ModulePtr; typedef
/external/python/cpython3/Python/
Ddynload_aix.c23 typedef struct Module { struct
24 struct Module *next; argument
26 } Module, *ModulePtr; typedef
/external/llvm/include/llvm/
DPass.h38 class Module; variable
110 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
115 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
280 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
DPass.h42 class Module; variable
106 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
110 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
273 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dgast_util.py65 Module = gast.Module variable
73 Module = functools.partial(gast.Module, type_ignores=None) # pylint:disable=invalid-name variable
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go579 type Module struct { struct
580 URL string `json:"url,omitempty"`
581 Name string `json:"name,omitempty"`
582 Version string `json:"version,omitempty"`
583 Type string `json:"type,omitempty"`
584 Website string `json:"website,omitempty"`
585 VendorURL string `json:"vendorUrl,omitempty"`
586 AddressURL string `json:"addressUrl,omitempty"`
587 ContactURLs []string `json:"contactUrls,omitempty"`
588 Description string `json:"description,omitempty"`
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/external/llvm/tools/bugpoint/
DMiscompilation.cpp185 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompilingFunctions()
298 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops()
446 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompiledBlocks()
529 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks()
610 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DPartialInlining.h22 class Module; variable
DConstantMerge.h27 class Module; variable
DGlobalSplit.h24 class Module; variable
DGlobalOpt.h23 class Module; variable
DElimAvailExtern.h22 class Module; variable
DSCCP.h28 class Module; variable
DSyntheticCountsPropagation.h11 class Module; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSplitModule.h24 class Module; variable
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.h45 class Module; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DObjectCache.h18 class Module; variable
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h20 class Module; variable
/external/llvm/include/llvm/LTO/legacy/
DUpdateCompilerUsed.h21 class Module; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DUpdateCompilerUsed.h21 class Module; variable

12345678910>>...17