HomeSort by relevance Sort by last modified time
    Searched full:getmodule (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc 22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
host_array_buffer_var.cc 80 PluginModule* pm = hg->GetModule(hg->GetModuleForInstance(instance));
pepper_plugin_registry.h 42 // the module is available to be returned by GetModule(). The module will
host_globals.cc 163 PluginModule* module = GetModule(pp_module);
218 PluginModule* HostGlobals::GetModule(PP_Module module) {
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 71 EmitCamlGlobal(getModule(), AP, "code_begin");
74 EmitCamlGlobal(getModule(), AP, "data_begin");
97 EmitCamlGlobal(getModule(), AP, "code_end");
100 EmitCamlGlobal(getModule(), AP, "data_end");
106 EmitCamlGlobal(getModule(), AP, "frametable");
  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 58 const Module &getModule() const { return S->getModule(); }
GCStrategy.h 87 /// getModule - The module within which the GC strategy is operating.
89 const Module &getModule() const { return *M; }
  /external/llvm/lib/Analysis/
Trace.cpp 29 Module *Trace::getModule() const {
40 WriteAsOperand(O, *i, true, getModule());
  /frameworks/compile/libbcc/include/bcc/
Source.h 69 inline llvm::Module &getModule()
71 inline const llvm::Module &getModule() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 57 &pScript.getSource().getModule(), &libclcore_source->getModule());
RSCompiler.cpp 94 llvm::Module &module = script.getSource().getModule();
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 34 virtual llvm::Module* GetModule() = 0;
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 87 delete _linker.getModule();
166 passes.run(*_linker.getModule());
178 WriteBitcodeToFile(_linker.getModule(), Out.os());
260 std::string TripleStr = _linker.getModule()->getTargetTriple();
333 Module *mergedModule = _linker.getModule();
395 Module* mergedModule = _linker.getModule();
  /external/chromium_org/gin/modules/
module_registry.cc 143 callback.Run(GetModule(isolate, id));
197 argv[i] = GetModule(isolate, pending->dependencies[i]);
225 v8::Handle<v8::Value> ModuleRegistry::GetModule(v8::Isolate* isolate,
module_registry.h 86 v8::Handle<v8::Value> GetModule(v8::Isolate* isolate, const std::string& id);
  /art/compiler/llvm/
llvm_compilation_unit.h 66 ::llvm::Module* GetModule() const {
  /external/llvm/include/llvm/
Linker.h 35 Module *getModule() const { return Composite; }
  /external/chromium/base/
vlog.cc 84 base::StringPiece GetModule(const base::StringPiece& file) {
103 base::StringPiece module(GetModule(file));
  /external/chromium_org/base/
vlog.cc 88 base::StringPiece GetModule(const base::StringPiece& file) {
107 base::StringPiece module(GetModule(file));
  /external/llvm/include/llvm/Analysis/
Trace.h 55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 186 lto_passes.run(pScript.getSource().getModule());
236 codegen_passes.run(pScript.getSource().getModule());
249 llvm::Module &module = pScript.getSource().getModule();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
259 self.assertEqual(inspect.getmodule(mod), mod)
261 self.assertEqual(inspect.getmodule(mod.StupidGit), mod)
263 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
265 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
267 self.assertEqual(inspect.getmodule(str), sys.modules["__builtin__"])
269 self.assertEqual(inspect.getmodule(None, modfile), mod)
296 inspect.getmodule(compile('a=10','','single'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
259 self.assertEqual(inspect.getmodule(mod), mod)
261 self.assertEqual(inspect.getmodule(mod.StupidGit), mod)
263 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
265 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
267 self.assertEqual(inspect.getmodule(str), sys.modules["__builtin__"])
269 self.assertEqual(inspect.getmodule(None, modfile), mod)
296 inspect.getmodule(compile('a=10','','single'))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 196 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
468 return getModule().getNamedValue(Name);
786 new llvm::GlobalVariable(getModule(), ATy, false,
    [all...]
CGRTTI.cpp 66 VMContext(CGM.getModule().getContext()) { }
144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
498 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
522 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
635 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]

Completed in 574 milliseconds

1 2 3 4 5