Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h85 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
H A DBenchmarkRunner.cpp197 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration()
262 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile() function in llvm::exegesis::BenchmarkRunner