Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h73 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
/llvm-project/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp136 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in LLVMFuzzerInitialize()
/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp56 if (auto Level = CodeGenOpt::parseLevel(A[2])) { in getOptLevel()
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h123 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
H A DUnwrappedLineParser.cpp278 parseLevel(); in parseFile()
353 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace,
817 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
992 parseLevel(OpeningBrace); in parseChildBlock()
4022 parseLevel(OpeningBrace); in parseRecord()
355 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, parseLevel() function in clang::format::UnwrappedLineParser
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp331 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
/llvm-project/llvm/tools/llc/
H A Dllc.cpp467 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
/llvm-project/llvm/tools/lli/
H A Dlli.cpp404 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp