Searched refs:ObjectFilePath (Results 1 – 3 of 3) sorted by relevance
197 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration() local198 if (Error E = ObjectFilePath.takeError()) { in runConfiguration()203 << *ObjectFilePath << "\n"; in runConfiguration()204 ObjectFile = getObjectFromFile(*ObjectFilePath); in runConfiguration()
83 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument86 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
111 addDebugMapObject(StringRef ObjectFilePath,