Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h325 StructType *getTypeByName(StringRef Name) const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp522 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
H A DCore.cpp722 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp752 StructType *DST = DstM.getTypeByName(STTypePrefix); in computeTypeMapping()