LLVM API Documentation
#include <SubtargetFeature.h>
Collaboration diagram for llvm::SubtargetInfoKV:
Public Member Functions | |
bool | operator< (const SubtargetInfoKV &S) const |
Public Attributes | |
const char * | Key |
void * | Value |
Definition at line 49 of file SubtargetFeature.h.
bool llvm::SubtargetInfoKV::operator< | ( | const SubtargetInfoKV & | S | ) | const [inline] |
const char* llvm::SubtargetInfoKV::Key |