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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DModule.h306 /// getTypeByName - Return the type with the specified name, or null if there
308 StructType *getTypeByName(StringRef Name) const;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DType.cpp616 /// getTypeByName - Return the type with the specified name, or null if there
618 StructType *Module::getTypeByName(StringRef Name) const { function in class:Module
H A DCore.cpp408 return wrap(unwrap(M)->getTypeByName(Name));
/freebsd-10.2-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp652 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
/freebsd-10.2-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp580 Out << "StructType *" << typeName << " = mod->getTypeByName(\"";
2033 Type* Ty = TheModule->getTypeByName(typeName);

Completed in 125 milliseconds