Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h272 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp583 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp813 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2591 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli766 See the method [llvm::Module::getTypeByName] *)