Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h745 ArrayRef<Type *> type_params() const { in type_params() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h203 : Name(TT->getName()), TypeParams(TT->type_params()),
H A DFunction.cpp1038 for (Type *ParamTy : TETy->type_params()) in getMangledTypeStr()
H A DAsmWriter.cpp652 for (Type *Inner : TETy->type_params()) in print()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1174 for (Type *InnerTy : TET->type_params()) in writeTypeTable()