class FuncDataT

Declaration

template <typename T>
class FuncDataT { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:325

Templates

T

Member Variables

protected std::string EntryBlockName

Method Overview

Methods

FuncDataT<T>(std::string S)

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:327

Parameters

std::string S

std::string getEntryBlockName() const

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:330