Home
last modified time | relevance | path

Searched refs:FunctionTypeKeyInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h140 struct FunctionTypeKeyInfo { struct
1526 using FunctionTypeSet = DenseSet<FunctionType *, FunctionTypeKeyInfo>;
H A DType.cpp366 const FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg); in get()