Home
last modified time | relevance | path

Searched refs:getTypeByName (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp22 StructType::getTypeByName(C, "struct.__tgt_offload_entry"); in getEntryTy()
H A DOffloadWrapper.cpp43 StructType *ImageTy = StructType::getTypeByName(C, "__tgt_device_image"); in getDeviceImageTy()
64 StructType *DescTy = StructType::getTypeByName(C, "__tgt_bin_desc"); in getBinDescTy()
256 StructType *FatbinTy = StructType::getTypeByName(C, "fatbin_wrapper"); in getFatbinWrapperTy()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp170 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h276 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
/src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp632 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
H A DCore.cpp851 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName()
855 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp847 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2050 Type *OpaqueType = StructType::getTypeByName(Context, "spirv.DeviceEvent"); in getOrCreateSPIRVDeviceEventPointer()
2052 OpaqueType = StructType::getTypeByName(Context, "opencl.clk_event_t"); in getOrCreateSPIRVDeviceEventPointer()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8347 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()