Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h101 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAPI.cpp151 if (auto Level = CodeGenOpt::parseLevel(Opts[1][0])) { in SPIRVTranslateModule()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h123 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
H A DUnwrappedLineParser.cpp275 parseLevel(); in parseFile()
349 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser
813 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
988 parseLevel(OpeningBrace); in parseChildBlock()
4002 parseLevel(OpeningBrace); in parseJavaEnumBody()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp339 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp460 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp404 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()