Home
last modified time | relevance | path

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

1234567891011

/external/llvm/bindings/go/llvm/
Dbitwriter.go26 func WriteBitcodeToFile(m Module, file *os.File) error {
34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
Dlinker.go24 func LinkModules(Dest, Src Module) error {
/external/python/cpython2/Python/
Ddynload_aix.c24 typedef struct Module { struct
25 struct Module *next; argument
27 } Module, *ModulePtr; argument
/external/swiftshader/third_party/LLVM/include/llvm/
DLLVMContext.h23 class Module; variable
99 friend class Module; variable
/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/google-breakpad/src/common/linux/
Delf_symbols_to_module.h45 class Module; variable
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/external/dagger2/core/src/main/java/dagger/
DModule.java28 public @interface Module { annotation
/external/llvm/include/llvm/LTO/legacy/
DUpdateCompilerUsed.h21 class Module; variable
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h20 class Module; variable
/external/llvm/include/llvm/Transforms/Utils/
DSplitModule.h24 class Module; variable
DCtorUtils.h23 class Module; variable
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/external/llvm/lib/CodeGen/
DMIRPrinter.h21 class Module; variable
/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h18 class Module; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLint.h26 class Module; variable
/external/llvm/include/llvm/Analysis/
DLint.h26 class Module; variable
/external/guice/core/src/com/google/inject/
DModule.java33 public interface Module { interface
/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/tools/bugpoint/
DMiscompilation.cpp181 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompilingFunctions() argument
305 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() argument
430 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompiledBlocks() argument
520 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() argument
608 bool (*TestFn)(BugDriver &, Module *, Module *, in DebugAMiscompilation() argument
/external/llvm/include/llvm/Support/
DRandomNumberGenerator.h54 friend class Module; variable
/external/kmod/libkmod/python/kmod/
Dmodule.pxd21 cdef class Module (object): class
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DWriter.h23 class Module; variable
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h24 class Module; variable
/external/llvm/include/llvm/CodeGen/
DParallelCG.h25 class Module; variable

1234567891011