Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1083 int comdatIndex = objSym.getComdatIndex(); in parse() local
1115 } else if (comdatIndex != -1) { in parse()
1116 if (symName == obj->getComdatTable()[comdatIndex].first) { in parse()
1117 sym = comdat[comdatIndex].first; in parse()
1120 } else if (comdat[comdatIndex].second) { in parse()