struct FunctionTypeKeyInfo::KeyTy
Declaration
struct FunctionTypeKeyInfo::KeyTy { /* full declaration omitted */ };
Declared at: llvm/lib/IR/LLVMContextImpl.h:150
Member Variables
- public const llvm::Type* ReturnType
- public ArrayRef<llvm::Type*> Params
- public bool isVarArg
Method Overview
- public KeyTy(const llvm::Type * R, const ArrayRef<llvm::Type *> & P, bool V)
- public KeyTy(const llvm::FunctionType * FT)
Methods
¶KeyTy(const llvm::Type* R,
const ArrayRef<llvm::Type*>& P,
bool V)
KeyTy(const llvm::Type* R,
const ArrayRef<llvm::Type*>& P,
bool V)
Declared at: llvm/lib/IR/LLVMContextImpl.h:155
Parameters
- const llvm::Type* R
- const ArrayRef<llvm::Type*>& P
- bool V
¶KeyTy(const llvm::FunctionType* FT)
KeyTy(const llvm::FunctionType* FT)
Declared at: llvm/lib/IR/LLVMContextImpl.h:157
Parameters
- const llvm::FunctionType* FT