|
LLVM 22.0.0git
|
#include "llvm/Support/SpecialCaseList.h"
Classes | |
| class | SectionImpl |
Public Member Functions | |
| LLVM_ABI | Section (StringRef Name, unsigned FileIdx, bool UseGlobs) |
| LLVM_ABI | Section (Section &&) |
| LLVM_ABI | ~Section () |
| StringRef | name () const |
| LLVM_ABI bool | matchName (StringRef Name) const |
| unsigned | fileIndex () const |
| LLVM_ABI unsigned | getLastMatch (StringRef Prefix, StringRef Query, StringRef Category) const |
| LLVM_ABI StringRef | getLongestMatch (StringRef Prefix, StringRef Query, StringRef Category) const |
| LLVM_ABI bool | hasPrefix (StringRef Prefix) const |
| Returns true if the section has any entries for the given prefix. | |
Friends | |
| class | SpecialCaseList |
Definition at line 120 of file SpecialCaseList.h.
Definition at line 442 of file SpecialCaseList.cpp.
References Section().
|
default |
References LLVM_ABI.
|
inline |
Definition at line 133 of file SpecialCaseList.h.
| unsigned llvm::SpecialCaseList::Section::getLastMatch | ( | StringRef | Prefix, |
| StringRef | Query, | ||
| StringRef | Category ) const |
Definition at line 475 of file SpecialCaseList.cpp.
| StringRef llvm::SpecialCaseList::Section::getLongestMatch | ( | StringRef | Prefix, |
| StringRef | Query, | ||
| StringRef | Category ) const |
Definition at line 483 of file SpecialCaseList.cpp.
Returns true if the section has any entries for the given prefix.
Definition at line 491 of file SpecialCaseList.cpp.
Definition at line 451 of file SpecialCaseList.cpp.
|
inline |
Definition at line 127 of file SpecialCaseList.h.
|
friend |
Definition at line 149 of file SpecialCaseList.h.
References SpecialCaseList.
Referenced by SpecialCaseList.