LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::InstrProfOptions Struct Reference

Options for the frontend instrumentation based profiling pass. More...

#include <Instrumentation.h>

Collaboration diagram for llvm::InstrProfOptions:
[legend]

Public Member Functions

 InstrProfOptions ()
 

Public Attributes

bool NoRedZone
 
std::string InstrProfileOutput
 

Detailed Description

Options for the frontend instrumentation based profiling pass.

Definition at line 89 of file Instrumentation.h.

Constructor & Destructor Documentation

llvm::InstrProfOptions::InstrProfOptions ( )
inline

Definition at line 90 of file Instrumentation.h.

Member Data Documentation

std::string llvm::InstrProfOptions::InstrProfileOutput

Definition at line 96 of file Instrumentation.h.

bool llvm::InstrProfOptions::NoRedZone

Definition at line 93 of file Instrumentation.h.


The documentation for this struct was generated from the following file: