|
LLVM
8.0.1
|
Used to provide key value pairs for CPU and arbitrary pointers. More...
#include "llvm/MC/SubtargetFeature.h"

Public Member Functions | |
| bool | operator< (StringRef S) const |
| Compare routine for std::lower_bound. More... | |
Public Attributes | |
| const char * | Key |
| K-V key string. More... | |
| const void * | Value |
| K-V pointer value. More... | |
Used to provide key value pairs for CPU and arbitrary pointers.
Definition at line 73 of file SubtargetFeature.h.
Compare routine for std::lower_bound.
Definition at line 78 of file SubtargetFeature.h.
K-V key string.
Definition at line 74 of file SubtargetFeature.h.
Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU().
| const void* llvm::SubtargetInfoKV::Value |
K-V pointer value.
Definition at line 75 of file SubtargetFeature.h.
1.8.13