Searched refs:ObjectFilePath (Results 1 – 5 of 5) 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()
65 DebugMapObject &DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp)); in addDebugMapObject()
95 DebugMapObject &addDebugMapObject(StringRef ObjectFilePath,
85 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
111 addDebugMapObject(StringRef ObjectFilePath,