Home
last modified time | relevance | path

Searched refs:readOrError (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp121 auto ValueOrError = readOrError(); in read()
132 Counter::readOrError(StringRef /*unused*/) const { in readOrError() function in llvm::exegesis::pfm::Counter
157 Counter::readOrError(StringRef /*unused*/) const { in readOrError() function in llvm::exegesis::pfm::Counter
H A DPerfHelper.h96 readOrError(StringRef FunctionBytes = StringRef()) const;
H A DBenchmarkRunner.cpp121 auto ValueOrError = Counter->readOrError(Function.getFunctionBytes()); in runAndSample()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.h45 readOrError(StringRef FunctionBytes) const override;
H A DX86Counter.cpp197 X86LbrCounter::readOrError(StringRef FunctionBytes) const { in readOrError() function in llvm::exegesis::X86LbrCounter