Home
last modified time | relevance | path

Searched refs:parseHotnessThresholdOption (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DHotnessThresholdParser.h31 inline Expected<Optional<uint64_t>> parseHotnessThresholdOption(StringRef Arg) { in parseHotnessThresholdOption() function
51 auto ResultOrErr = parseHotnessThresholdOption(Arg); in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp306 auto ResultOrErr = remarks::parseHotnessThresholdOption(opt); in process_plugin_option()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1913 llvm::remarks::parseHotnessThresholdOption(arg->getValue()); in ParseCodeGenArgs()