Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 261) 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/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/v8/test/mjsunit/asm/sqlite3/
Dsqlite-change-heap.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… class
Dsqlite-pointer-masking.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… variable
Dsqlite.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… class
Dsqlite-safe-heap.js1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… variable
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/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()
/external/v8/test/mjsunit/compiler/
Dregress-446778.js5 function Module() { class
Dregress-register-allocator3.js6 function Module() { class
Dregress-uint8-deopt.js7 function Module(heap) { class
Dtruncating-store.js6 var asm = (function Module(global, env, buffer) { class
78 var asm = (function Module(global, env, buffer) { class
/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/Transforms/Utils/
DSplitModule.h24 class Module; variable
DCtorUtils.h23 class Module; variable
/external/dagger2/core/src/main/java/dagger/
DModule.java28 public @interface Module { annotation
/external/llvm/include/llvm/CodeGen/
DParallelCG.h23 class Module; variable
/external/llvm/include/llvm/Analysis/
DLint.h26 class Module; variable
/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h18 class Module; variable
/external/llvm/include/llvm/IRReader/
DIRReader.h23 class Module; variable
/external/llvm/include/llvm/Support/
DRandomNumberGenerator.h54 friend class Module; variable
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/external/llvm/lib/CodeGen/
DMIRPrinter.h21 class Module; variable

1234567891011