Searched refs:getEntryTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 59 StructType *getEntryTy(Module &M) { in getEntryTy() function 70 return PointerType::getUnqual(getEntryTy(M)); in getEntryPtrTy() 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() [all …]
|
| /llvm-project-15.0.7/clang/tools/clang-offload-wrapper/ |
| H A D | ClangOffloadWrapper.cpp | 120 StructType *getEntryTy() { in getEntryTy() function in __anon7b55ee0f0111::BinaryWrapper 128 PointerType *getEntryPtrTy() { return PointerType::getUnqual(getEntryTy()); } in getEntryPtrTy() 207 M, getEntryTy(), /*isConstant*/ true, GlobalValue::ExternalLinkage, in createBinDesc() 211 M, getEntryTy(), /*isConstant*/ true, GlobalValue::ExternalLinkage, in createBinDesc() 221 ConstantAggregateZero::get(ArrayType::get(getEntryTy(), 0u)); in createBinDesc()
|