struct StrBoolAttr

Declaration

struct StrBoolAttr { /* full declaration omitted */ };

Declared at: llvm/lib/IR/Attributes.cpp:2011

Method Overview

  • public static bool isSet(const llvm::Function & Fn, llvm::StringRef Kind)
  • public static void set(llvm::Function & Fn, llvm::StringRef Kind, bool Val)

Methods

static bool isSet(const llvm::Function& Fn,
                  llvm::StringRef Kind)

Declared at: llvm/lib/IR/Attributes.cpp:2012

Parameters

const llvm::Function& Fn
llvm::StringRef Kind

static void set(llvm::Function& Fn,
                llvm::StringRef Kind,
                bool Val)

Declared at: llvm/lib/IR/Attributes.cpp:2018

Parameters

llvm::Function& Fn
llvm::StringRef Kind
bool Val