Home
last modified time | relevance | path

Searched refs:getModule (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp71 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()
DAsmPrinterInlineAsm.cpp92 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/
DTrace.cpp29 Module *Trace::getModule() const { in getModule() function in Trace
40 WriteAsOperand(O, *i, true, getModule()); in print()
/external/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } in getModule() function
DGCStrategy.h89 const Module &getModule() const { return *M; } in getModule() function
DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } in getModule() function
/external/clang/include/clang/Lex/
DModuleMap.h68 Module *getModule() const { return Storage.getPointer(); } in getModule() function
75 return !isExcluded() && getModule()->isAvailable(); in isAvailable()
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp144 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/
DCodeGenModule.cpp447 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 …]
DCGRTTI.cpp66 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()
DCGObjCMac.cpp2653 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 …]
DCGBlocks.cpp121 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()
DCodeGenFunction.cpp35 Builder(cgm.getModule().getContext()), in CodeGenFunction()
367 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels"); in EmitOpenCLKernelMetadata()
944 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(), in EmitNullInitialization()
DCGCXX.cpp154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule()); in TryEmitDefinitionAsAlias()
DCGDecl.cpp191 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()
DCGDeclCXX.cpp230 Name, &CGM.getModule()); in CreateGlobalInitOrDestructFunction()
DCodeGenTypes.cpp33 TheModule(CGM.getModule()), TheDataLayout(CGM.getDataLayout()), in CodeGenTypes()
/external/llvm/include/llvm/
DLinker.h92 Module* getModule() const { return Composite; } in getModule() function
/external/llvm/include/llvm/Analysis/
DTrace.h58 Module *getModule () const;
DCallGraph.h89 Module &getModule() const { return *Mod; } in getModule() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h46 Module *getModule() const { return M; } in getModule() function
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java127 public final String getModule() { in getModule() method in VersionInfo
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp483 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule()); in doInitialization()
498 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule()); in doFinalization()
/external/clang/include/clang/AST/
DExternalASTSource.h141 virtual Module *getModule(unsigned ID) { return 0; } in getModule() function
/external/clang/lib/Lex/
DModuleMap.cpp152 return Known->second.getModule(); in findModuleForHeader()
588 << H->second.getModule()->getFullModuleName() << "\n"; in dump()
1334 << FileName << OwningModule.getModule()->getFullModuleName(); in parseHeaderDecl()

12