Home
last modified time | relevance | path

Searched refs:InArchive (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1280 bool InArchive = !File->ParentName.empty(); in addObjFile() local
1281 SmallString<128> Path = InArchive ? File->ParentName : File->getName(); in addObjFile()
1283 StringRef Name = InArchive ? File->getName() : StringRef(Path); in addObjFile()