Home
last modified time | relevance | path

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

12345678910

/external/llvm/bindings/go/llvm/
Dbitwriter.go26 func WriteBitcodeToFile(m Module, file *os.File) error {
34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
Dexecutionengine.go92 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) {
103 func NewInterpreter(m Module) (ee ExecutionEngine, err error) {
120 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {
Dlinker.go24 func LinkModules(Dest, Src Module) error {
/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/include/llvm/
DLLVMContext.h23 class Module; variable
99 friend class 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()
DCrashDebugger.cpp124 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() argument
194 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() argument
330 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() argument
439 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() argument
516 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMD() argument
586 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMDOps() argument
653 bool (*TestFn)(const BugDriver &, Module *), in ReduceGlobalInitializers() argument
707 bool (*TestFn)(const BugDriver &, Module *), in ReduceInsts() argument
789 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash() argument
/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
DCrashDebugger.cpp112 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() argument
182 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() argument
255 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() argument
364 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() argument
436 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash() argument
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPass.cpp138 bool FunctionPass::doInitialization(Module &) { in doInitialization() argument
143 bool FunctionPass::doFinalization(Module &) { in doFinalization() argument
163 bool BasicBlockPass::doInitialization(Module &) { in doInitialization() argument
178 bool BasicBlockPass::doFinalization(Module &) { in doFinalization() argument
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.h45 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/dagger2/core/src/main/java/dagger/
DModule.java28 public @interface Module { annotation
/external/llvm/include/llvm/Transforms/Utils/
DSplitModule.h24 class Module; variable
DCtorUtils.h23 class Module; variable
/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h18 class Module; variable
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/external/llvm/lib/CodeGen/
DMIRPrinter.h21 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/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetIntrinsicInfo.h22 class Module; variable
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h24 class Module; variable

12345678910