Home
last modified time | relevance | path

Searched defs:MaybeRemark (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp71 auto MaybeRemark = Parser.next(); in tryInstructionCount() local
122 auto MaybeRemark = Parser.next(); in tryAnnotationCount() local
H A DRemarkConvert.cpp60 auto MaybeRemark = Parser.next(); in tryParseRemarksFromYAMLFile() local
129 auto MaybeRemark = Parser.next(); in tryBitstream2YAML() local
H A DRemarkCounter.cpp148 auto MaybeRemark = Parser.next(); in getAllMatchingArgumentsInRemark() local
286 auto MaybeRemark = Parser.next(); in useCollectRemark() local
H A DRemarkSizeDiff.cpp299 auto MaybeRemark = Parser.next(); in readFileAndProcessRemarks() local
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp147 Expected<std::unique_ptr<Remark>> MaybeRemark = TheParser.next(); in LLVMRemarkParserGetNext() local