Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp195 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration() local
196 if (Error E = ObjectFilePath.takeError()) { in runConfiguration()
201 << *ObjectFilePath << "\n"; in runConfiguration()
202 ObjectFile = getObjectFromFile(*ObjectFilePath); in runConfiguration()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.cpp85 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument
88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
H A DDebugMap.h111 addDebugMapObject(StringRef ObjectFilePath,