Home
last modified time | relevance | path

Searched defs:getLevel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h65 inline std::optional<CodeGenOptLevel> getLevel(int OL) { in getLevel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h242 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp375 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo