Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h270 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp589 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
H A DCore.cpp762 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName()
766 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp814 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2715 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()