Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp496 int elf::getPriority(StringRef s) { in getPriority() function in elf
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h610 unsigned getPriority() const { return Priority; } in getPriority() function
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DWriter.cpp673 auto getPriority = [](const Chunk *c) { in sortBySectionOrder() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6032 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function
6035 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function