Searched refs:comdat (Results 1 – 4 of 4) sorted by relevance
41 .section .note.tag,"aG",%note,.freebsd.noteG,comdat
1068 std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size()); in parse() local1071 comdat[i] = in parse()1094 sym = comdat[comdatIndex].first; in parse()1097 } else if (comdat[comdatIndex].second) { in parse()
50 This is used by ``comdat nodeduplicate`` in LLVM IR.
714 KEYWORD(comdat); in LexIdentifier()