/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 71 EmitCamlGlobal(getModule(), AP, "code_begin"); in beginAssembly() 74 EmitCamlGlobal(getModule(), AP, "data_begin"); in beginAssembly() 97 EmitCamlGlobal(getModule(), AP, "code_end"); in finishAssembly() 100 EmitCamlGlobal(getModule(), AP, "data_end"); in finishAssembly() 106 EmitCamlGlobal(getModule(), AP, "frametable"); in finishAssembly()
|
D | AsmPrinterInlineAsm.cpp | 92 LLVMContext &LLVMCtx = MMI->getModule()->getContext(); in EmitInlineAsm() 229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
/external/llvm/lib/Analysis/ |
D | Trace.cpp | 29 Module *Trace::getModule() const { in getModule() function in Trace 40 WriteAsOperand(O, *i, true, getModule()); in print()
|
/external/llvm/include/llvm/CodeGen/ |
D | GCMetadataPrinter.h | 58 const Module &getModule() const { return S->getModule(); } in getModule() function
|
D | GCStrategy.h | 89 const Module &getModule() const { return *M; } in getModule() function
|
D | MachineModuleInfo.h | 194 const Module *getModule() const { return TheModule; } in getModule() function
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 68 Module *getModule() const { return Storage.getPointer(); } in getModule() function 75 return !isExcluded() && getModule()->isAvailable(); in isAvailable()
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 144 WriteBitcodeToFile(_linker.getModule(), Out.os()); in writeMergedModules() 225 std::string TripleStr = _linker.getModule()->getTargetTriple(); in determineTarget() 300 Module *mergedModule = _linker.getModule(); in applyScopeRestrictions() 360 Module* mergedModule = _linker.getModule(); in generateObjectFile()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 447 return getModule().getNamedValue(Name); in GetGlobalValue() 737 new llvm::GlobalVariable(getModule(), ATy, false, in EmitLLVMUsed() 847 getModule().addModuleFlag(llvm::Module::AppendUnique, "Linker Options", in EmitModuleLinkOptions() 904 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), in EmitGlobalAnnotations() 917 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), in EmitAnnotationString() 995 if (llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name)) in GetAddrOfUuidDescriptor() 1014 llvm::GlobalVariable *GV = new llvm::GlobalVariable(getModule(), GuidType, in GetAddrOfUuidDescriptor() 1281 MangledName, &getModule()); in GetOrCreateLLVMFunction() 1435 new llvm::GlobalVariable(getModule(), Ty->getElementType(), false, in GetOrCreateLLVMGlobal() 1476 llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name); in CreateOrReplaceCXXRuntimeVariable() [all …]
|
D | CGRTTI.cpp | 66 VMContext(CGM.getModule().getContext()) { } in RTTIBuilder() 144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name); in GetAddrOfExternalRTTIDescriptor() 148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy, in GetAddrOfExternalRTTIDescriptor() 494 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy); in BuildVTablePointer() 552 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name); in maybeUpdateRTTILinkage() 572 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name); in BuildTypeInfo() 681 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in BuildTypeInfo()
|
D | CGObjCMac.cpp | 2653 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false, in GetOrEmitProtocol() 2676 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false, in GetOrEmitProtocolRef() 3135 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name); in GenerateClass() 3203 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name); in EmitMetaClass() 3210 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false, in EmitMetaClass() 3232 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, in EmitMetaClassRef() 3240 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false, in EmitMetaClassRef() 3250 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, in EmitSuperClassRef() 3256 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false, in EmitSuperClassRef() 3417 &CGM.getModule()); in GenerateMethod() [all …]
|
D | CGBlocks.cpp | 121 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true, in buildBlockDescriptor() 1054 new llvm::GlobalVariable(CGM.getModule(), in buildGlobalBlock() 1125 name.getString(), &CGM.getModule()); in GenerateBlockFunction() 1301 "__copy_helper_block_", &CGM.getModule()); in GenerateCopyHelperFunction() 1477 "__destroy_helper_block_", &CGM.getModule()); in GenerateDestroyHelperFunction() 1770 "__Block_byref_object_copy_", &CGF.CGM.getModule()); in generateByrefCopyHelper() 1845 &CGF.CGM.getModule()); in generateByrefDisposeHelper()
|
D | CodeGenFunction.cpp | 35 Builder(cgm.getModule().getContext()), in CodeGenFunction() 367 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels"); in EmitOpenCLKernelMetadata() 944 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(), in EmitNullInitialization()
|
D | CGCXX.cpp | 154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule()); in TryEmitDefinitionAsAlias()
|
D | CGDecl.cpp | 191 new llvm::GlobalVariable(CGM.getModule(), LTy, in CreateStaticVarDecl() 245 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in AddInitializerToStaticVarDecl() 1080 new llvm::GlobalVariable(CGM.getModule(), constant->getType(), true, in EmitAutoVarInit()
|
D | CGDeclCXX.cpp | 230 Name, &CGM.getModule()); in CreateGlobalInitOrDestructFunction()
|
D | CodeGenTypes.cpp | 33 TheModule(CGM.getModule()), TheDataLayout(CGM.getDataLayout()), in CodeGenTypes()
|
/external/llvm/include/llvm/ |
D | Linker.h | 92 Module* getModule() const { return Composite; } in getModule() function
|
/external/llvm/include/llvm/Analysis/ |
D | Trace.h | 58 Module *getModule () const;
|
D | CallGraph.h | 89 Module &getModule() const { return *Mod; } in getModule() function
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.h | 46 Module *getModule() const { return M; } in getModule() function
|
/external/apache-http/src/org/apache/http/util/ |
D | VersionInfo.java | 127 public final String getModule() { in getModule() method in VersionInfo
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 483 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule()); in doInitialization() 498 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule()); in doFinalization()
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 141 virtual Module *getModule(unsigned ID) { return 0; } in getModule() function
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 152 return Known->second.getModule(); in findModuleForHeader() 588 << H->second.getModule()->getFullModuleName() << "\n"; in dump() 1334 << FileName << OwningModule.getModule()->getFullModuleName(); in parseHeaderDecl()
|