struct FunctionTypeKeyInfo::KeyTy

Declaration

struct FunctionTypeKeyInfo::KeyTy { /* full declaration omitted */ };

Declared at: llvm/lib/IR/LLVMContextImpl.h:141

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)

Declared at: llvm/lib/IR/LLVMContextImpl.h:146

Parameters

const llvm::Type* R
const ArrayRef<llvm::Type*>& P
bool V

KeyTy(const llvm::FunctionType* FT)

Declared at: llvm/lib/IR/LLVMContextImpl.h:148

Parameters

const llvm::FunctionType* FT