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

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

Completed in 133 milliseconds