Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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()
/external/llvm/tools/dsymutil/
DDebugMap.cpp65 DebugMapObject &DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp)); in addDebugMapObject()
DDebugMap.h95 DebugMapObject &addDebugMapObject(StringRef ObjectFilePath,
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.cpp85 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
DDebugMap.h111 addDebugMapObject(StringRef ObjectFilePath,