LLVM 17.0.0git
Public Member Functions | List of all members
llvm::RISCVISAInfo::ExtensionComparator Struct Reference

Helper class for OrderedExtensionMap. More...

#include "llvm/Support/RISCVISAInfo.h"

Public Member Functions

bool operator() (const std::string &LHS, const std::string &RHS) const
 

Detailed Description

Helper class for OrderedExtensionMap.

Definition at line 33 of file RISCVISAInfo.h.

Member Function Documentation

◆ operator()()

bool llvm::RISCVISAInfo::ExtensionComparator::operator() ( const std::string &  LHS,
const std::string &  RHS 
) const
inline

Definition at line 34 of file RISCVISAInfo.h.

References llvm::RISCVISAInfo::compareExtension(), LHS, and RHS.


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