Home
last modified time | relevance | path

Searched refs:parseLevel (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h73 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h129 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
H A DUnwrappedLineParser.cpp269 parseLevel(); in parseFile()
344 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser
810 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
982 parseLevel(OpeningBrace); in parseChildBlock()
3911 parseLevel(OpeningBrace); in parseJavaEnumBody()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp309 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp468 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp405 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()