LLVM API Documentation

llvm::SubtargetInfoKV Struct Reference

#include <SubtargetFeature.h>

Collaboration diagram for llvm::SubtargetInfoKV:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator< (const SubtargetInfoKV &S) const

Public Attributes

const char * Key
void * Value

Detailed Description

SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary pointers.

Definition at line 49 of file SubtargetFeature.h.


Member Function Documentation

bool llvm::SubtargetInfoKV::operator< ( const SubtargetInfoKV S  )  const [inline]

Definition at line 54 of file SubtargetFeature.h.

References Key.


Member Data Documentation

const char* llvm::SubtargetInfoKV::Key

Definition at line 50 of file SubtargetFeature.h.

Referenced by operator<().

void* llvm::SubtargetInfoKV::Value

Definition at line 51 of file SubtargetFeature.h.

Referenced by llvm::SubtargetFeatures::getInfo().


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