LLVM API Documentation

Public Member Functions | Public Attributes
llvm::SubtargetInfoKV Struct Reference

#include <SubtargetFeature.h>

Collaboration diagram for llvm::SubtargetInfoKV:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool operator< (StringRef S) const

Public Attributes

const char * Key
const void * Value

Detailed Description

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

Definition at line 51 of file SubtargetFeature.h.


Member Function Documentation

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

Definition at line 56 of file SubtargetFeature.h.

References Key.


Member Data Documentation

Definition at line 52 of file SubtargetFeature.h.

Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU(), and operator<().

Definition at line 53 of file SubtargetFeature.h.

Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU().


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