Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.h70 llvm::StringRef getFunctionBytes() const { return FunctionBytes; } in getFunctionBytes() function
DBenchmarkRunner.cpp105 const auto FnBytes = EF.getFunctionBytes(); in runOne()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h50 ASSERT_THAT(Function.getFunctionBytes().str(), in CheckWithSetup()