| /external/llvm/lib/Analysis/ |
| IVUsers.cpp | 249 void IVUsers::print(raw_ostream &OS, const Module *M) const {
|
| /external/llvm/lib/CodeGen/ |
| VirtRegMap.cpp | 116 void VirtRegMap::print(raw_ostream &OS, const Module*) const {
|
| /external/llvm/lib/IR/ |
| LLVMContextImpl.h | 237 SmallPtrSet<Module*, 4> OwnedModules;
|
| DebugInfo.cpp | 25 #include "llvm/IR/Module.h" 592 /// \brief Verify that the imported module descriptor is well formed. 793 NamedMDNode *llvm::getFnSpecificMDNode(const Module &M, DISubprogram Fn) { 801 NamedMDNode *llvm::getOrInsertFnSpecificMDNode(Module &M, DISubprogram Fn) { 884 /// processModule - Process entire module and collect debug info. 885 void DebugInfoFinder::processModule(const Module &M) { [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILPeepholeOptimizer.cpp | 21 #include "llvm/Module.h" 48 bool doInitialization(Module &M); 49 bool doFinalization(Module &M); [all...] |
| /frameworks/compile/libbcc/lib/Renderscript/ |
| RSCompilerDriver.cpp | 19 #include <llvm/IR/Module.h>
|
| /frameworks/compile/slang/ |
| slang.cpp | 293 clang::Module::NameVisibilityKind Visibility,
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| ast.py | 6 The `ast` module helps Python applications to process trees of the Python 8 each Python release; this module helps to find out programmatically what 13 function from this module. The result will be a tree of objects whose 21 module in general is to provide an easy to use interface for libraries 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| ast.py | 6 The `ast` module helps Python applications to process trees of the Python 8 each Python release; this module helps to find out programmatically what 13 function from this module. The result will be a tree of objects whose 21 module in general is to provide an easy to use interface for libraries 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| token.rb | 35 module ANTLR3 68 module Token 226 named XYZ will have a base module named XYZ and a customized CommonToken 285 module Constants 297 TokenSource is a simple mixin module that demands an 306 module TokenSource 340 that need to create token objects This module serves as a mixin that provides 343 Including this module provides a +token_class+ attribute. Instance of the 351 module TokenFactory 415 TokenScheme is a subclass of Module. Thus, it has the metho [all...] |
| /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/ |
| earth.cc | 14 #include <ppapi/cpp/module.h> 866 class PlanetModule : public pp::Module { 868 PlanetModule() : pp::Module() {} 878 Module* CreateModule() {
|
| /external/clang/include/clang/AST/ |
| DeclBase.h | 37 class Module; 197 /// \brief Whether this declaration is private to the module in which it was 282 /// because it is was loaded from an AST file is either module-private or 331 /// deserialized from a module file. 527 /// module in which it was defined. 534 /// to the module in which it was defined. 544 /// \brief Set the owning module ID. 599 /// a precompiled header or module) rather than having been parsed. 610 /// \brief Retrieve the global ID of the module that owns this particular 620 Module *getOwningModuleSlow() const [all...] |
| Decl.h | 39 class Module; [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| MergeFunctions.cpp | 59 #include "llvm/IR/Module.h" 556 bool runOnModule(Module &M); 616 bool MergeFunctions::runOnModule(Module &M) { 620 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) { 630 DEBUG(dbgs() << "size of module: " << M.size() << '\n');
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| GCOVProfiling.cpp | 30 #include "llvm/IR/Module.h" 92 bool runOnModule(Module &M); 94 // Create the .gcno files for the Module based on DebugInfo. 135 Module *M; 408 bool GCOVProfiler::runOnModule(Module &M) { 625 // the whole-Module pred edge# between the time we set it and the time we next
|
| /external/llvm/tools/llvm-stress/ |
| llvm-stress.cpp | 21 #include "llvm/IR/Module.h" 96 Function *GenEmptyFunction(Module *M) { 687 OwningPtr<Module> M(new Module("/tmp/autogen.bc", getGlobalContext()));
|
| /external/clang/lib/Lex/ |
| PPDirectives.cpp | 571 Module *RequestedModule = SuggestedModule->getModule(); 575 // Check for consistency between the module header role 576 // as obtained from the lookup and as obtained from the module. [all...] |
| /external/chromium_org/third_party/usb_ids/ |
| usb.ids | [all...] |
| /external/chromium_org/v8/src/ |
| parser.cc | 952 // Handle 'module' as a context-sensitive keyword. 974 // 'module' Identifier Module 980 PrintF("# Module %s...\n", name->ToAsciiArray()); 983 Module* module = ParseModule(CHECK_OK); local 984 VariableProxy* proxy = NewUnresolved(name, MODULE, module->interface()); 986 factory()->NewModuleDeclaration(proxy, module, top_scope_); 991 PrintF("# Module %s.\n", name->ToAsciiArray()) 1198 Module* module = ParseModuleSpecifier(CHECK_OK); local [all...] |
| /external/clang/lib/Serialization/ |
| ASTWriter.cpp | [all...] |
| /art/compiler/llvm/generated/ |
| art_module.cc | 10 #include <llvm/IR/Module.h> 24 Module* makeLLVMModuleContents(Module *mod) { [all...] |
| /external/v8/src/ |
| parser.cc | 1253 Module* module = ParseModule(CHECK_OK); local 1441 Module* module = ParseModuleSpecifier(CHECK_OK); local [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| sqliteInt.h | 619 typedef struct Module Module; [all...] |