Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp197 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration() local
198 if (Error E = ObjectFilePath.takeError()) { in runConfiguration()
203 << *ObjectFilePath << "\n"; in runConfiguration()
204 ObjectFile = getObjectFromFile(*ObjectFilePath); in runConfiguration()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDebugMap.cpp83 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
86 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
H A DDebugMap.h111 addDebugMapObject(StringRef ObjectFilePath,