Searched refs:ObjectFilePath (Results 1 – 3 of 3) sorted by relevance
195 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration() local196 if (Error E = ObjectFilePath.takeError()) { in runConfiguration()201 << *ObjectFilePath << "\n"; in runConfiguration()202 ObjectFile = getObjectFromFile(*ObjectFilePath); in runConfiguration()
85 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() argument88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
111 addDebugMapObject(StringRef ObjectFilePath,