Home
last modified time | relevance | path

Searched refs:getFunctionBytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp121 auto ValueOrError = Counter->readOrError(Function.getFunctionBytes()); in runAndSample()
184 const auto FnBytes = EF.getFunctionBytes(); in runConfiguration()
H A DAssembler.h112 StringRef getFunctionBytes() const { return FunctionBytes; } in getFunctionBytes() function