| /external/clang/include/clang/Serialization/ |
| ASTDeserializationListener.h | 27 class Module; 54 /// \brief A module definition was read from the AST file. 55 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) { }
|
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| ARMMCLinker.cpp | 13 #include <mcld/Module.h> 24 mcld::Module& pModule,
|
| ARMELFMCLinker.cpp | 17 mcld::Module &pModule,
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| HexagonMCLinker.cpp | 11 #include <mcld/Module.h> 23 mcld::Module& pModule,
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsMCLinker.cpp | 13 #include <mcld/Module.h> 26 mcld::Module& pModule,
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| X86MCLinker.cpp | 11 #include <mcld/Module.h> 24 mcld::Module& pModule,
|
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| MultiJITTest.cpp | 14 #include "llvm/IR/Module.h" 26 bool LoadAssemblyInto(Module *M, const char *assembly) { 37 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { 38 M1 = new Module("test1", Context1); 54 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { 55 M2 = new Module("test2", Context2); 73 Module *M1 = 0; 78 Module *M2 = 0; 103 Module *M1 = 0; 108 Module *M2 = 0 [all...] |
| /art/compiler/llvm/ |
| runtime_support_builder_thumb2.h | 27 RuntimeSupportBuilderThumb2(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) 28 : RuntimeSupportBuilderARM(context, module, irb) {}
|
| /external/chromium_org/ppapi/cpp/ |
| directory_entry.cc | 10 #include "ppapi/cpp/module.h" 28 Module::Get()->core()->AddRefResource(data_.file_ref); 33 Module::Get()->core()->ReleaseResource(data_.file_ref); 39 Module::Get()->core()->ReleaseResource(data_.file_ref); 42 Module::Get()->core()->AddRefResource(data_.file_ref);
|
| module_impl.h | 12 #include "ppapi/cpp/module.h" 26 pp::Module::Get()->GetBrowserInterface(interface_name<T>()));
|
| /external/chromium_org/remoting/client/plugin/ |
| pepper_plugin_thread_delegate.cc | 8 #include "ppapi/cpp/module.h" 13 : core_(pp::Module::Get()->core()) {
|
| /external/llvm/include/llvm/ |
| AutoUpgrade.h | 18 class Module;
|
| /external/llvm/include/llvm/CodeGen/ |
| MachineFunctionAnalysis.h | 43 virtual bool doInitialization(Module &M);
|
| /external/llvm/include/llvm/IR/ |
| LLVMContext.h | 28 class Module; 99 /// addModule - Register a module as being instantiated in this context. If 100 /// the context is deleted, the module will be deleted as well. 101 void addModule(Module*); 103 /// removeModule - Unregister a module from this context. 104 void removeModule(Module*); 106 // Module needs access to the add/removeModule methods. 107 friend class Module;
|
| ValueSymbolTable.h | 27 class Module; 39 friend class SymbolTableListTraits<Function, Module>; 40 friend class SymbolTableListTraits<GlobalVariable, Module>; 41 friend class SymbolTableListTraits<GlobalAlias, Module>;
|
| /external/llvm/lib/Analysis/ |
| ModuleDebugInfoPrinter.cpp | 1 //===-- ModuleDebugInfoPrinter.cpp - Prints module debug info metadata ----===// 10 // This pass decodes the debug info metadata in a module and prints in a 37 virtual bool runOnModule(Module &M); 42 virtual void print(raw_ostream &O, const Module *M) const; 47 INITIALIZE_PASS(ModuleDebugInfoPrinter, "module-debuginfo", 48 "Decodes module-level debug info", false, true) 54 bool ModuleDebugInfoPrinter::runOnModule(Module &M) { 59 void ModuleDebugInfoPrinter::print(raw_ostream &O, const Module *M) const {
|
| PostDominators.cpp | 43 void PostDominatorTree::print(raw_ostream &OS, const Module *) const {
|
| /external/llvm/lib/Bitcode/Writer/ |
| BitcodeWriterPass.cpp | 28 bool runOnModule(Module &M) { 37 /// createBitcodeWriterPass - Create and return a pass that writes the module
|
| /external/llvm/lib/MC/ |
| MCObjectDisassembler.cpp | 37 MCModule *Module = new MCModule; 38 buildSectionAtoms(Module); 40 buildCFG(Module); 41 return Module; 44 void MCObjectDisassembler::buildSectionAtoms(MCModule *Module) { 73 MCTextAtom *Text = Module->createTextAtom(StartAddr, EndAddr); 87 MCDataAtom *Data = Module->createDataAtom(StartAddr, EndAddr); 112 void MCObjectDisassembler::buildCFG(MCModule *Module) { 119 assert(Module->func_begin() == Module->func_end( [all...] |
| /external/llvm/lib/Target/Mips/ |
| Mips16HardFloat.h | 41 virtual bool runOnModule(Module &M);
|
| /external/llvm/lib/Transforms/IPO/ |
| BarrierNoopPass.cpp | 26 /// \brief A nonce module pass used to place a barrier in a pass manager. 30 /// when they are phrased as non-module passes. 39 bool runOnModule(Module &M) { return false; }
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| BinaryReader.h | 19 class Module;
|
| /frameworks/compile/mclinker/lib/Target/ |
| ELFMCLinker.cpp | 20 mcld::Module& pModule,
|
| /frameworks/compile/slang/BitWriter_3_2/ |
| BitcodeWriterPass.cpp | 28 bool runOnModule(Module &M) { 37 /// createBitcodeWriterPass - Create and return a pass that writes the module
|
| /ndk/sources/android/support/tests/ |
| Android.mk | 3 # Module declaration for the 'minitest' unit-test 11 # Module declaration for the unit test program. 22 # Include the android_support module definitions.
|