Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp207 auto ObjectFilePath = writeObjectFile(ObjectFile.getBinary()->getData()); in runConfiguration() local
208 if (Error E = ObjectFilePath.takeError()) { in runConfiguration()
213 << *ObjectFilePath << "\n"; in runConfiguration()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.cpp84 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
87 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
H A DDebugMap.h111 addDebugMapObject(StringRef ObjectFilePath,