Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.h123 struct FunctionTypeKeyInfo { struct
1119 typedef DenseSet<FunctionType *, FunctionTypeKeyInfo> FunctionTypeSet;
DType.cpp294 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg); in get()