| /external/chromium_org/ppapi/tests/ |
| test_var_deprecated.cc | 16 #include "ppapi/cpp/module.h" 71 pp::Module::Get()->GetBrowserInterface(PPB_VAR_DEPRECATED_INTERFACE)); 97 PP_Var str = var_interface_->VarFromUtf8(pp::Module::Get()->pp_module(), 167 pp::Module::Get()->pp_module(), NULL, 0);
|
| test_flash_drm.cc | 15 #include "ppapi/cpp/module.h" 111 pp::Module::Get()->GetBrowserInterface(PPB_FILEREFPRIVATE_INTERFACE));
|
| /external/clang/unittests/Basic/ |
| SourceManagerTest.cpp | 57 Module::NameVisibilityKind Visibility, 62 virtual void makeModuleVisible(Module *Mod, 63 Module::NameVisibilityKind Visibility,
|
| /external/llvm/examples/ExceptionDemo/ |
| ExceptionDemo.cpp | 59 #include "llvm/IR/Module.h" 202 /// @param module for module instance 213 llvm::Function *createFunction(llvm::Module &module, 224 llvm::Function::Create(functType, linkage, functName, &module); 894 /// @param module code for module instance 902 llvm::Module &module, 1960 llvm::Module *module = new llvm::Module("my cool jit", context); local [all...] |
| /external/llvm/include/llvm/ |
| InstVisitor.h | 18 #include "llvm/IR/Module.h" 65 /// Function, and Module, which recursively process all contained instructions. 97 void visit(Module &M) { 111 void visit(Module *M) { visit(*M); } 138 // When visiting a module, function or basic block directly, these methods get 141 void visitModule (Module &M) {}
|
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.h | 126 Module *TheModule; 158 // When reading the module header, this list is populated with functions that 167 // Map the bitcode's custom MDKind ID to the Module's MDKind ID. 170 // Several operations happen after the module header has been read, but 222 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0); 233 bool ParseBitcodeInto(Module *M); 235 /// @brief Cheap mechanism to just extract module triple
|
| /frameworks/compile/mclinker/lib/CodeGen/ |
| MCLDTargetMachine.cpp | 11 #include <mcld/Module.h> 159 // all the per-module stuff we're generating, including MCContext. 191 mcld::Module& pModule, 358 mcld::Module& pModule,
|
| /external/chromium_org/ppapi/cpp/dev/ |
| ime_input_event_dev.cc | 8 #include "ppapi/cpp/module.h" 46 Module::Get()->core()->AddRefResource(event.pp_resource());
|
| /external/chromium_org/ppapi/utility/graphics/ |
| paint_manager.cc | 10 #include "ppapi/cpp/module.h" 112 Module::Get()->core()->CallOnMainThread(
|
| /external/chromium_org/third_party/JSON/JSON-2.59/ |
| Makefile | 507 $(NOECHO) $(ECHO) 'distribution_type: module' >> META_new.yml 522 $(NOECHO) $(ECHO) ' url: http://module-build.sourceforge.net/META-spec-v1.4.html' >> META_new.yml 618 $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) } ' \ 698 "Module" "$(NAME)" \
|
| /external/clang/include/clang/Serialization/ |
| ModuleManager.h | 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===// 19 #include "clang/Serialization/Module.h" 48 /// \brief The list of module files that both we and the global module index 51 /// Either the global index or the module manager may have modules that the 53 /// (in which case the module manager could have modules it does not) and 58 /// \brief The global module index, if one is attached. 60 /// The global module index will actually be owned by the ASTReader; this is 77 /// \brief The stack used when marking the imports of a particular module 81 /// \brief The visit number of each module file, which indicates whe [all...] |
| /external/clang/lib/Serialization/ |
| ModuleManager.cpp | 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===// 58 ModuleFile *&Module, 60 Module = 0; 73 // Check whether we already loaded this module, before 77 // Allocate a new module. 87 // Load the contents of the module 121 Module = ModuleEntry; 126 /// \brief Predicate that checks whether a module file occurs within 146 // Collect the set of module file pointers that we'll be removing. 162 if (Module *mod = modMap->findModule(ModuleName)) [all...] |
| /external/llvm/include/llvm/Analysis/ |
| IVUsers.h | 172 void print(raw_ostream &OS, const Module* = 0) const;
|
| /external/llvm/include/llvm/CodeGen/ |
| GCMetadata.h | 162 /// GCModuleInfo - Garbage collection metadata for a whole module. 173 GCStrategy *getOrCreateStrategy(const Module *M, const std::string &Name);
|
| VirtRegMap.h | 180 void print(raw_ostream &OS, const Module* M = 0) const;
|
| /external/llvm/lib/CodeGen/ |
| GCStrategy.cpp | 27 #include "llvm/IR/Module.h" 59 bool doInitialization(Module &M); 112 bool GCStrategy::initializeCustomLowering(Module &M) { return false; } 160 /// doInitialization - If this module uses the GC intrinsics, find them now. 161 bool LowerIntrinsics::doInitialization(Module &M) { 163 // work against the entire module. But this cannot be done at 165 // the module). 168 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
|
| /external/llvm/lib/IR/ |
| PrintModulePass.cpp | 1 //===--- IR/PrintModulePass.cpp - Module/Function Printer -----------------===// 16 #include "llvm/IR/Module.h" 39 bool runOnModule(Module &M) { 104 INITIALIZE_PASS(PrintModulePass, "print-module", 105 "Print module to stderr", false, false) 114 /// module to the specified raw_ostream.
|
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXTargetObjectFile.h | 19 class Module;
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZAsmPrinter.cpp | 87 void SystemZAsmPrinter::EmitEndOfAsmFile(Module &M) {
|
| /external/llvm/tools/llvm-symbolizer/ |
| LLVMSymbolize.cpp | 50 : Module(Obj), DebugInfoContext(DICtx) { 52 for (symbol_iterator si = Module->begin_symbols(), se = Module->end_symbols(); 78 if (Module->isMachO() && SymbolName.size() > 0 && SymbolName[0] == '_')
|
| LLVMSymbolize.h | 55 // Returns the result of symbolization for module name/offset as 77 // Owns module info objects. 105 ObjectFile *Module;
|
| /frameworks/compile/mclinker/lib/Support/ |
| DefSymParser.cpp | 16 DefSymParser::DefSymParser(const Module& pModule)
|
| /frameworks/compile/slang/ |
| slang_rs_metadata_spec_encoder.cpp | 28 #include "llvm/Module.h" 61 llvm::Module *mModule; 106 explicit RSMetadataEncoderInternal(llvm::Module *M); 116 RSMetadataEncoderInternal::RSMetadataEncoderInternal(llvm::Module *M) 498 RSMetadataEncoder *CreateRSMetadataEncoder(llvm::Module *M) {
|
| /external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| toy.cpp | 10 #include "llvm/IR/Module.h" 655 Module *getModuleForNewFunction(); 661 typedef std::vector<Module*> ModuleVector; 665 Module *OpenModule; 682 /// from one generated module to another. 731 // This function is in a module that has already been JITed. 751 Module *MCJITHelper::getModuleForNewFunction() { 752 // If we have a Module that hasn't been JITed, use that. 756 // Otherwise create a new Module. 758 Module *M = new Module(ModName, Context) [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| DeadArgumentElimination.cpp | 34 #include "llvm/IR/Module.h" 130 // As the code generation for module is finished (and DIBuilder is 146 bool runOnModule(Module &M); 156 void CollectFunctionDIs(Module &M); 196 /// CollectFunctionDIs - Map each function in the module to its debug info 198 void DAE::CollectFunctionDIs(Module &M) { 201 for (Module::named_metadata_iterator I = M.named_metadata_begin(), 258 // Create the new function body and insert it into the module... [all...] |