Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp188 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType()
233 if (auto *ST = StructType::getTypeByName(Context, "dx.types.ResBind")) in getResBindType()
243 StructType::getTypeByName(Context, "dx.types.ResourceProperties")) in getResPropsType()
250 if (auto *ST = StructType::getTypeByName(Context, "dx.types.splitdouble")) in getSplitDoubleType()
257 if (auto *ST = StructType::getTypeByName(Context, "dx.types.i32c")) in getBinaryWithCarryType()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
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()
H A DUtility.cpp29 StructType::getTypeByName(C, "struct.__tgt_offload_entry"); in getEntryTy()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h284 LLVM_ABI static StructType *getTypeByName(LLVMContext &C, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp741 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
H A DCore.cpp849 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName()
853 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp291 StructType *Ty = StructType::getTypeByName(ElemType->getContext(), Name); in getOrCreateElementStruct()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp745 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9618 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22089 {"_ZNK4llvm6Module13getTypeByNameENS_9StringRefE", "llvm::Module::getTypeByName(llvm::StringRef) co…