Searched refs:ObjectPath (Results 1 – 3 of 3) sorted by relevance
209 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() argument211 MemoryBuffer::getFile(ObjectPath); in createObjectFile()
5366 StringRef ObjectPath = Dir->path(); in findDsymObjectMembers() 5368 if (auto EC = sys::fs::status(ObjectPath, Status)) in findDsymObjectMembers() 5369 return createFileError(ObjectPath, errorCodeToError(EC)); in findDsymObjectMembers() 5374 ObjectPaths.push_back(ObjectPath.str()); in findDsymObjectMembers() 5373 StringRef ObjectPath = Dir->path(); findDsymObjectMembers() local
366 /// @param ObjectPath The path to the object file. ObjectPath.isObject must370 createObjectFile(StringRef ObjectPath);