LLVM API Documentation
#include <SubtargetFeature.h>

Public Member Functions | |
| bool | operator< (const SubtargetInfoKV &S) const |
Public Attributes | |
| const char * | Key |
| const void * | Value |
SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary pointers.
Definition at line 51 of file SubtargetFeature.h.
| bool llvm::SubtargetInfoKV::operator< | ( | const SubtargetInfoKV & | S | ) | const [inline] |
Definition at line 56 of file SubtargetFeature.h.
References Key, and llvm::LibFunc::strcmp.
| const char* llvm::SubtargetInfoKV::Key |
Definition at line 52 of file SubtargetFeature.h.
Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU(), and operator<().
| const void* llvm::SubtargetInfoKV::Value |
Definition at line 53 of file SubtargetFeature.h.
Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU().