Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h764 ArrayRef<Type *> type_params() const { in type_params() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h202 : Name(TT->getName()), TypeParams(TT->type_params()), in KeyTy()
H A DFunction.cpp942 for (Type *ParamTy : TETy->type_params()) in getMangledTypeStr()
H A DAsmWriter.cpp630 for (Type *Inner : TETy->type_params()) in print()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1065 for (Type *InnerTy : TET->type_params()) in writeTypeTable()