HomeSort by relevance Sort by last modified time
    Searched refs:Module (Results 526 - 550 of 826) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/IR/
Verifier.cpp 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
65 #include "llvm/IR/Module.h"
111 report_fatal_error("Broken module, no Basic Block terminator!");
119 INITIALIZE_PASS(PreVerifier, "preverify", "Preliminary module verification",
126 bool Broken; // Is this module found to be broken?
129 Module *Mod; // Module we are verifying right now
152 /// Finder keeps track of all debug info MDNodes in a Module.
167 bool doInitialization(Module &M) {
175 // pass manager may try to run other passes on the broken module
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 27 #include <llvm/IR/Module.h>
57 llvm::Module *M;
289 * Module will contain a new function of the name "<NAME>.expand" that
601 bool allocPointersExposed(llvm::Module &M) {
662 void connectRenderScriptTBAAMetadata(llvm::Module &M) {
672 virtual bool runOnModule(llvm::Module &M) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 110 void X86GNULDBackend::doPostLayout(Module& pModule,
271 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
297 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule)
323 void X86_32GNULDBackend::initTargetSections(Module& pModule,
509 void X86_64GNULDBackend::initTargetSections(Module& pModule,
  /frameworks/compile/slang/
slang_rs_backend.cpp 34 #include "llvm/IR/Module.h"
190 void RSBackend::dumpExportVarInfo(llvm::Module *M) {
268 void RSBackend::dumpExportFunctionInfo(llvm::Module *M) {
396 void RSBackend::dumpExportForEachInfo(llvm::Module *M) {
433 void RSBackend::dumpExportTypeInfo(llvm::Module *M) {
492 void RSBackend::HandleTranslationUnitPost(llvm::Module *M) {
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.cc 23 #include "ppapi/cpp/module.h"
39 return pp::Module::Get()->core()->IsMainThread();
45 pp::Module::Get()->core()->CallOnMainThread(0, cb, PP_OK);
485 // Content Decryption Module (CDM).
490 CdmWrapper(PP_Instance instance, pp::Module* module);
616 CdmWrapper::CdmWrapper(PP_Instance instance, pp::Module* module)
902 pp::Module::Get()->core()->CallOnMainThread(
914 return pp::Module::Get()->core()->GetTime()
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 11 // LLVM IR interface. The input module is assumed to be verified.
25 #include "llvm/IR/Module.h"
61 clEnumValN(GenModule, "module", "Generate a module definition"),
62 clEnumValN(GenContents, "contents", "Generate contents of a module"),
91 /// module to a C++ translation unit.
94 const Module *TheModule;
112 bool runOnModule(Module &M);
146 void printTypes(const Module* M);
149 void printConstants(const Module* M)
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 22 #include "ppapi/cpp/module.h"
63 pp::Module::Get()->GetBrowserInterface(PPB_GRAPHICS_2D_INTERFACE_1_1));
65 pp::Module::Get()->GetBrowserInterface(PPB_IMAGEDATA_INTERFACE_1_0));
288 pp::Module::Get()->core()->ReleaseResource(graphics);
295 pp::Module::Get()->core()->ReleaseResource(graphics);
303 pp::Module::Get()->core()->ReleaseResource(graphics);
710 PP_Time begin = pp::Module::Get()->core()->GetTime();
712 PP_Time actual_time_elapsed = pp::Module::Get()->core()->GetTime() - begin;
test_flash.cc 10 #include "ppapi/cpp/module.h"
73 Var result = Flash::GetCommandLineArgs(pp::Module::Get());
test_image_data.cc 10 #include "ppapi/cpp/module.h"
17 pp::Module::Get()->GetBrowserInterface(PPB_IMAGEDATA_INTERFACE));
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 25 #include "llvm/IR/Module.h"
408 /// emitModuleFlags - Perform code emission for module flags.
411 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
418 for (ArrayRef<Module::ModuleFlagEntry>::iterator
420 const Module::ModuleFlagEntry &MFE = *i;
423 if (MFE.Behavior == Module::Require)
784 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
789 for (ArrayRef<Module::ModuleFlagEntry>::iterator
791 const Module::ModuleFlagEntry &MFE = *i;
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 56 #include "llvm/IR/Module.h"
260 // PathProfiler is a module pass which instruments path profiling instructions
277 bool runOnModule(Module &M);
280 void runOnFunction(std::vector<Constant*> &ftInit, Function &F, Module &M);
343 void insertInstrumentation( BLInstrumentationDag& dag, Module &M);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 32 #include "clang/Serialization/Module.h"
309 /// \brief The module manager which manages modules and their dependencies
312 /// \brief The location where the module file will be considered as
313 /// imported from. For non-module AST types it should be invalid.
316 /// \brief The global module index, if loaded.
319 /// \brief A map of global bit offsets to the module that stores entities
341 /// \brief Mapping from global type IDs to the module in which the
355 /// \brief Mapping from global declaration IDs to the module in which the
438 /// \brief Mapping from global identifier IDs to the module in which the
454 /// \brief Mapping from global macro IDs to the module in which th
    [all...]
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 14 using the module definitions provided in each file. This allows us to, for
23 [Module('baz'), Module('bar'), Module('foo')]
30 """Helper code for finding a module given a name and current module.
32 The dependency resolution code in Module.resolve will find bits of code in the
35 a Module('foo').
76 """Represents a stylesheet resource referenced by a module via the
87 """Represents a raw script resource referenced by a module via th
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc 30 // TODO(bsy): move weak_ref module to the shared directory
34 #include "ppapi/cpp/module.h"
622 class MyModule : public pp::Module {
624 MyModule() : pp::Module() {}
663 // Factory function for your specialization of the Module object.
664 Module* CreateModule() {
  /external/clang/include/clang/Frontend/
ASTUnit.h 622 /// preprocessing entities of the primary module if this is an AST file.
631 /// source file or the loaded declarations of the primary module if this is an
640 /// module file.
    [all...]
  /external/clang/unittests/Lex/
LexerTest.cpp 34 Module::NameVisibilityKind Visibility,
39 virtual void makeModuleVisible(Module *Mod,
40 Module::NameVisibilityKind Visibility,
  /external/llvm/include/llvm/
DIBuilder.h 26 class Module;
55 Module &M;
83 explicit DIBuilder(Module &M);
426 /// retainType - Retain DIType in a module even if it is not referenced
611 /// \brief Create a descriptor for an imported module.
612 /// @param Context The scope this module is imported into
619 /// \brief Create a descriptor for an imported module.
620 /// @param Context The scope this module is imported into
627 /// @param Context The scope this module is imported into
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 22 #include "llvm/IR/Module.h"
29 class Module;
92 Module *M;
133 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) :
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 23 #include "llvm/IR/Module.h"
315 /// WriteTypeTable - Write out the type table for a module.
518 // Emit top-level description of module, including target triple, inline asm,
520 static void WriteModuleInfo(const Module *M, const ValueEnumerator &VE,
522 // Emit various pieces of data attached to a module.
539 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end();
553 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
604 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end();
634 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
654 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end()
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 24 #include "llvm/IR/Module.h"
187 /// WriteTypeTable - Write out the type table for a module.
391 // Emit top-level description of module, including target triple, inline asm,
393 static void WriteModuleInfo(const Module *M,
396 // Emit various pieces of data attached to a module.
413 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end();
427 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
478 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end();
508 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
528 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end()
    [all...]
  /art/compiler/llvm/
intrinsic_helper.cc 94 ::llvm::Module& module) {
95 IRBuilder irb(context, module, *this);
100 // 1. Introduce the intrinsic function into the module
138 info.name_, &module);
runtime_support_builder_arm.cc 26 #include <llvm/IR/Module.h>
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 24 use <Module::Name>;
33 A full description of the module and its features.
39 A separate section listing the public components of the module's interface.
41 that may be called on objects belonging to the classes that the module provides.
44 In an object-oriented module, this section should begin with a sentence of the
51 A list of every error and warning message that the module can generate
59 A full explanation of any configuration system(s) used by the module,
68 A list of all the other modules that this module relies upon, including any
70 part of the standard Perl distribution, part of the module's distribution,
76 A list of any modules that this module cannot be used in conjunction with
    [all...]
  /external/chromium_org/ppapi/cpp/
completion_callback.h 12 #include "ppapi/cpp/module.h"
163 Module::Get()->core()->CallOnMainThread(0, *this, result);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 133 pp::Module::Get()->core()->CallOnMainThread(0, init_done_cb_, PP_OK);
476 pp::Module::Get()->core()->CallOnMainThread(0, crash_cb_, PP_OK);
499 pp::Module::Get()->GetBrowserInterface(
691 // start the module. otherwise we cannot connect for multimedia
702 "ServiceRuntime: could not start nacl module");
784 pp::Module::Get()->core()->CallOnMainThread(0, crash_cb, PP_OK);

Completed in 2180 milliseconds

<<21222324252627282930>>