Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h121 struct FunctionTypeKeyInfo { struct
340 typedef DenseSet<FunctionType *, FunctionTypeKeyInfo> FunctionTypeSet;
H A DType.cpp362 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg); in get()