| /external/clang/lib/Lex/ |
| Preprocessor.cpp | 444 Module *Preprocessor::getCurrentModule() { 689 // that the next token indicates a module name. 716 // indicates a module import directive. We already saw the 'import' 736 // If we have a non-empty module path, load the named module. 738 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc, 740 Module::MacrosVisible,
|
| /external/llvm/lib/CodeGen/ |
| MachineModuleInfo.cpp | 19 #include "llvm/IR/Module.h" 29 "Machine Module Information", false, false) 270 bool MachineModuleInfo::doInitialization(Module &M) { 286 bool MachineModuleInfo::doFinalization(Module &M) { 319 /// AnalyzeModule - Scan the module for global debug information. 321 void MachineModuleInfo::AnalyzeModule(const Module &M) {
|
| ShadowStackGC.cpp | 34 #include "llvm/IR/Module.h" 58 bool initializeCustomLowering(Module &M); 236 // necessary is that a simple Module::iterator loop not be invalidated. 240 // explicitly supports adding globals to the module after 268 /// doInitialization - If this module uses the GC intrinsics, find them now. If 270 bool ShadowStackGC::initializeCustomLowering(Module &M) {
|
| /external/llvm/lib/IR/ |
| Function.cpp | 24 #include "llvm/IR/Module.h" 196 const Twine &name, Module *ParentModule) 255 void Function::setParent(Module *parent) { 666 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) {
|
| /external/llvm/tools/llvm-nm/ |
| llvm-nm.cpp | 21 #include "llvm/IR/Module.h" 294 static void DumpSymbolNamesFromModule(Module *M) { 352 Module *Result = 0; 396 Module *Result = 0;
|
| /frameworks/compile/slang/BitWriter_2_9/ |
| BitcodeWriter.cpp | 24 #include "llvm/IR/Module.h" 231 /// WriteTypeTable - Write out the type table for a module. 421 // Emit top-level description of module, including target triple, inline asm, 423 static void WriteModuleInfo(const Module *M, 426 // Emit various pieces of data attached to a module. 443 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end(); 456 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) { 507 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end(); 536 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) { 556 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end() [all...] |
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| BitcodeWriter.cpp | 24 #include "llvm/IR/Module.h" 182 /// WriteTypeTable - Write out the type table for a module. 375 // Emit top-level description of module, including target triple, inline asm, 377 static void WriteModuleInfo(const Module *M, 380 // Emit various pieces of data attached to a module. 397 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end(); 410 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) { 461 for (Module::const_global_iterator GV = M->global_begin(),E = M->global_end(); 490 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) { 510 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end() [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_ast.py | 232 self.assertIsNone(im.module) 237 mod.body[0].module = " __future__ ".strip() 300 x = ast.Module(body) 372 m = ast.Module([ast.Expr(ast.Name(u"x", ast.Load()))]) 379 m = ast.Module([ast.Expr(ast.Str(43))]) 396 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load()), " 401 "Module([Expr(Call(Name('spam', Load()), [Name('eggs', Load()), " 405 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load(), " 427 "Module(body=[Expr(value=Call(func=Name(id='write', ctx=Load(), " 511 ('Module', [('Expr', (1, 0), ('Name', (1, 0), 'None', ('Load',)))]) [all...] |
| test_compile.py | 475 import __package__.module namespace 503 self.assertTrue(type(ast) == _ast.Module) 517 ast = _ast.Module()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_ast.py | 232 self.assertIsNone(im.module) 237 mod.body[0].module = " __future__ ".strip() 300 x = ast.Module(body) 372 m = ast.Module([ast.Expr(ast.Name(u"x", ast.Load()))]) 379 m = ast.Module([ast.Expr(ast.Str(43))]) 396 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load()), " 401 "Module([Expr(Call(Name('spam', Load()), [Name('eggs', Load()), " 405 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load(), " 427 "Module(body=[Expr(value=Call(func=Name(id='write', ctx=Load(), " 511 ('Module', [('Expr', (1, 0), ('Name', (1, 0), 'None', ('Load',)))]) [all...] |
| test_compile.py | 475 import __package__.module namespace 503 self.assertTrue(type(ast) == _ast.Module) 517 ast = _ast.Module()
|
| /external/clang/include/clang-c/ |
| Index.h | 5316 CXModule module; member in struct:__anon17441 [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCAsmPrinter.cpp | 39 #include "llvm/IR/Module.h" 101 bool doFinalization(Module &M); 119 bool doFinalization(Module &M); 120 void EmitStartOfAsmFile(Module &M); 763 bool PPCLinuxAsmPrinter::doFinalization(Module &M) { 821 void PPCDarwinAsmPrinter::EmitStartOfAsmFile(Module &M) { [all...] |
| /art/compiler/ |
| elf_writer_mclinker.cc | 26 #include <mcld/Module.h> 145 module_.reset(new mcld::Module(linker_config_->options().soname()));
|
| /art/compiler/llvm/ |
| ir_builder.h | 71 IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, 467 ::llvm::Module* module_;
|
| /external/chromium_org/ppapi/tests/ |
| test_char_set.cc | 10 #include "ppapi/cpp/module.h" 22 pp::Module::Get()->GetBrowserInterface(PPB_CHAR_SET_DEV_INTERFACE)); 24 pp::Module::Get()->GetBrowserInterface(PPB_CHARSET_TRUSTED_INTERFACE));
|
| /external/llvm/examples/Kaleidoscope/Chapter4/ |
| toy.cpp | 9 #include "llvm/IR/Module.h" 355 static Module *TheModule; 391 // Look up the name in the global module table. 572 // Make the module, which holds all the code. 573 TheModule = new Module("my cool jit", Context); 575 // Create the JIT. This takes ownership of the module.
|
| /external/llvm/lib/Analysis/IPA/ |
| CallGraphSCCPass.cpp | 51 /// whether any of the passes modifies the module, and if so, return true. 52 bool runOnModule(Module &M); 425 /// whether any of the passes modifies the module, and if so, return true. 426 bool CGPassManager::runOnModule(Module &M) { 583 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfDebug.h | 308 // Collected machine module information. 357 // Collection of subprogram DIEs that are marked (at the end of the module) 588 const DIImportedEntity &Module, 635 DwarfDebug(AsmPrinter *A, Module *M);
|
| /external/llvm/lib/Target/Mips/ |
| MipsAsmPrinter.cpp | 557 void MipsAsmPrinter::EmitStartOfAsmFile(Module &M) { 590 void MipsAsmPrinter::EmitEndOfAsmFile(Module &M) {
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCContract.cpp | 83 virtual bool doInitialization(Module &M); 294 bool ObjCARCContract::doInitialization(Module &M) { 295 // If nothing in the Module uses ARC, don't do anything. 320 // If nothing in the Module uses ARC, don't do anything.
|
| /external/llvm/unittests/IR/ |
| ConstantsTest.cpp | 15 #include "llvm/IR/Module.h" 165 OwningPtr<Module> M(new Module("MyModule", getGlobalContext()));
|
| /frameworks/compile/mclinker/lib/LD/ |
| GNUArchiveReader.cpp | 11 #include <mcld/Module.h> 33 GNUArchiveReader::GNUArchiveReader(Module& pModule,
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| X86Relocator.cpp | 60 Module& pModule, 150 Module &pModule = pBuilder.getModule(); 151 Module::AliasList* alias_list = pModule.getAliasList(pSym); 153 Module::alias_iterator it, it_e=alias_list->end(); 206 Module& pModule, 363 Module& pModule, 578 // Create a GOT entry for the TLS module index [all...] |
| /art/compiler/sea_ir/code_gen/ |
| code_gen.h | 24 #include "llvm/IR/Module.h" 70 // Generates and returns in @elf the executable code corresponding to the llvm module 75 llvm::Module module_;
|