Searched refs:InArchive (Results 1 – 1 of 1) sorted by relevance
1280 bool InArchive = !File->ParentName.empty(); in addObjFile() local1281 SmallString<128> Path = InArchive ? File->ParentName : File->getName(); in addObjFile()1283 StringRef Name = InArchive ? File->getName() : StringRef(Path); in addObjFile()