|
LLVM
3.7.0
|
SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary pointers. More...
#include <SubtargetFeature.h>
Public Member Functions | |
| bool | operator< (StringRef 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 69 of file SubtargetFeature.h.
Definition at line 74 of file SubtargetFeature.h.
References Key.
| const char* llvm::SubtargetInfoKV::Key |
Definition at line 70 of file SubtargetFeature.h.
Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU(), and operator<().
| const void* llvm::SubtargetInfoKV::Value |
Definition at line 71 of file SubtargetFeature.h.
Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU().
1.8.6