Home
last modified time | relevance | path

Searched defs:isNote (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h287 bool isNote() const { return isELF() && ELFType == ELF::SHT_NOTE; } isNote() function
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp238 bool isNote(DiagnosticsEngine::Level L) { in isNote() function