|
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 bool | hasPrefix (StringRef Prefix) const |
| Returns true if the section has any entries for the given prefix. | |
Friends | |
| class | SpecialCaseList |
Definition at line 119 of file SpecialCaseList.h.
Definition at line 423 of file SpecialCaseList.cpp.
References Section().
|
default |
References LLVM_ABI.
|
inline |
Definition at line 132 of file SpecialCaseList.h.
| unsigned llvm::SpecialCaseList::Section::getLastMatch | ( | StringRef | Prefix, |
| StringRef | Query, | ||
| StringRef | Category ) const |
Definition at line 449 of file SpecialCaseList.cpp.
Returns true if the section has any entries for the given prefix.
Definition at line 457 of file SpecialCaseList.cpp.
Definition at line 432 of file SpecialCaseList.cpp.
|
inline |
Definition at line 126 of file SpecialCaseList.h.
|
friend |
Definition at line 143 of file SpecialCaseList.h.
References SpecialCaseList.
Referenced by SpecialCaseList.