Lines Matching refs:getEntryTy
59 StructType *getEntryTy(Module &M) { in getEntryTy() function
70 return PointerType::getUnqual(getEntryTy(M)); in getEntryPtrTy()
155 M, getEntryTy(M), /*isConstant*/ true, GlobalValue::ExternalLinkage, in createBinDesc()
159 M, getEntryTy(M), /*isConstant*/ true, GlobalValue::ExternalLinkage, in createBinDesc()
169 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in createBinDesc()
334 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in createFatbinDesc()
393 new GlobalVariable(M, ArrayType::get(getEntryTy(M), 0), in createRegisterGlobalsFunction()
400 new GlobalVariable(M, ArrayType::get(getEntryTy(M), 0), in createRegisterGlobalsFunction()
432 Builder.CreateInBoundsGEP(getEntryTy(M), Entry, in createRegisterGlobalsFunction()
437 Builder.CreateInBoundsGEP(getEntryTy(M), Entry, in createRegisterGlobalsFunction()
442 Builder.CreateInBoundsGEP(getEntryTy(M), Entry, in createRegisterGlobalsFunction()
447 Builder.CreateInBoundsGEP(getEntryTy(M), Entry, in createRegisterGlobalsFunction()
495 getEntryTy(M), Entry, ConstantInt::get(getSizeTTy(M), 1)); in createRegisterGlobalsFunction()
499 ArrayType::get(getEntryTy(M), 0), EntriesE, in createRegisterGlobalsFunction()
504 ArrayType::get(getEntryTy(M), 0), EntriesB, in createRegisterGlobalsFunction()