/external/llvm/lib/IR/ |
DiagnosticInfo.cpp | 122 << ") in " << getModule();
|
/external/llvm/lib/Linker/ |
LinkModules.cpp | 97 Module &DstM = Mover.getModule(); 370 Module &DstM = Mover.getModule(); 438 Module &DstM = Mover.getModule(); 738 Module &DstM = Mover.getModule();
|
/external/llvm/lib/Target/PowerPC/ |
PPCLoopDataPrefetch.cpp | 214 SCEVExpander SCEVE(*SE, J->getModule()->getDataLayout(), "prefaddr");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 162 GradleModule module = mBuilder.getModule((IJavaProject) firstElement);
|
ProjectSetupBuilder.java | 142 public GradleModule getModule(IJavaProject javaProject) {
|
/external/llvm/include/llvm/Analysis/ |
CallGraph.h | 119 Module &getModule() const { return M; } 338 Module &getModule() const { return G->getModule(); }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 106 LLVMContext &LLVMCtx = MMI->getModule()->getContext(); 245 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); 418 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 99 bcinfo::MetadataExtractor me(&pScript.getSource().getModule()); 336 std::unique_ptr<llvm::Module> sourceModule(&source->getModule()); 341 // source->getModule() is destroyed after linking.
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 264 Header.getModule())) { 265 Private = Header.getModule(); 272 !RequestingModule->directlyUses(Header.getModule())) { 273 NotUsed = Header.getModule(); 317 if (New.getModule()->isAvailable() && !Old.getModule()->isAvailable()) 347 if (H.getModule()->getTopLevelModule() == CompilingModule) 365 Module *Result = H.getModule(); 452 I->getModule()->isSubModuleOf(RequestingModule))) 872 llvm::errs() << I->getModule()->getFullModuleName() [all...] |
PPDirectives.cpp | 590 return ModMap.findModuleForHeader(EntryOfIncl).getModule(); [all...] |
/external/clang/lib/CodeGen/ |
CGVTables.cpp | 70 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); 161 CGM.getModule().getFunctionList().push_back(NewFn); [all...] |
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 731 for (const Function &F : CG.getModule()) 734 for (const GlobalVariable &GV : CG.getModule().globals()) 737 for (const GlobalAlias &GA : CG.getModule().aliases()) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 486 const DataLayout &DL = BB.getModule()->getDataLayout(); 743 const DataLayout &DL = F->getModule()->getDataLayout(); 817 const DataLayout &DL = BB.getModule()->getDataLayout(); [all...] |
MemCpyOptimizer.cpp | 374 const DataLayout &DL = StartInst->getModule()->getDataLayout(); 497 const DataLayout &DL = SI->getModule()->getDataLayout(); 612 const DataLayout &DL = cpy->getModule()->getDataLayout(); [all...] |
/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 132 public final String getModule() {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 17 getmodule() - determine the module that an object came from 454 if hasattr(getmodule(object, filename), '__loader__'): 472 def getmodule(object, _filename=None): function 532 module = getmodule(object, file) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 17 getmodule() - determine the module that an object came from 454 if hasattr(getmodule(object, filename), '__loader__'): 472 def getmodule(object, _filename=None): function 532 module = getmodule(object, file) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 17 getmodule() - determine the module that an object came from 454 if hasattr(getmodule(object, filename), '__loader__'): 472 def getmodule(object, _filename=None): function 532 module = getmodule(object, file) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 17 getmodule() - determine the module that an object came from 454 if hasattr(getmodule(object, filename), '__loader__'): 472 def getmodule(object, _filename=None): function 532 module = getmodule(object, file) [all...] |
/external/clang/include/clang/Lex/ |
ModuleMap.h | 123 Module *getModule() const { return Storage.getPointer(); } 130 return getModule()->isAvailable();
|
/external/llvm/include/llvm/IR/ |
Instruction.h | 66 const Module *getModule() const; 67 Module *getModule();
|
/external/llvm/lib/Analysis/ |
CallGraphSCCPass.cpp | 497 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule()); 512 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
|
VectorUtils.cpp | 232 const DataLayout &DL = Gep->getModule()->getDataLayout(); 321 const DataLayout &DL = Lp->getHeader()->getModule()->getDataLayout();
|
/external/llvm/lib/CodeGen/ |
AtomicExpandPass.cpp | 212 auto *M = LI->getModule(); 295 auto *M = SI->getModule();
|
IntrinsicLowering.cpp | 70 Module *M = CI->getModule(); 599 Module *M = CI->getModule();
|