Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 244) 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.h39 class Module; variable
111 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
116 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
276 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/external/llvm/tools/bugpoint/
DMiscompilation.cpp184 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompilingFunctions()
297 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops()
445 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompiledBlocks()
528 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks()
609 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
DCrashDebugger.cpp124 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() argument
193 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() argument
329 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() argument
438 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() argument
515 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMD() argument
583 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMDOps() argument
653 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash() argument
/external/v8/test/mjsunit/asm/sqlite3/
Dsqlite.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… variable
Dsqlite-safe-heap.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… class
Dsqlite-change-heap.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… variable
Dsqlite-pointer-masking.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… class
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/external/v8/test/mjsunit/compiler/
Dtruncating-store.js6 var asm = (function Module(global, env, buffer) { class
78 var asm = (function Module(global, env, buffer) { class
Dregress-446778.js5 function Module() { class
Dregress-register-allocator3.js6 function Module() { class
Dregress-uint8-deopt.js7 function Module(heap) { class
/external/llvm/include/llvm/IR/
DLLVMContext.h28 class Module; variable
213 friend class Module; variable
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.h45 class Module; variable
/external/dagger2/core/src/main/java/dagger/
DModule.java28 public @interface Module { annotation
/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/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h18 class Module; variable
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/external/guice/core/src/com/google/inject/
DModule.java33 public interface Module { interface
/external/llvm/include/llvm/Analysis/
DLint.h26 class Module; variable

12345678910