Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h73 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h123 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
H A DUnwrappedLineParser.cpp280 parseLevel(); in parseFile()
355 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser
818 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
993 parseLevel(OpeningBrace); in parseChildBlock()
3986 parseLevel(OpeningBrace); in parseJavaEnumBody()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp331 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp465 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp403 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()