Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
H A DBenchmarkRunner.cpp195 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration()
260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile() function in llvm::exegesis::BenchmarkRunner