Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp96 auto ObjectFilePath = in runOne() local
99 if (llvm::Error E = ObjectFilePath.takeError()) { in runOne()
104 getObjectFromFile(*ObjectFilePath)); in runOne()
111 auto ObjectFilePath = in runOne() local
114 if (llvm::Error E = ObjectFilePath.takeError()) { in runOne()
119 << *ObjectFilePath << "\n"; in runOne()
121 getObjectFromFile(*ObjectFilePath)); in runOne()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDebugMap.cpp86 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
89 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
DDebugMap.h110 addDebugMapObject(StringRef ObjectFilePath,
/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,