Home
last modified time | relevance | path

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

/freebsd/lib/csu/common/
H A Dcrtbrand.S39 .section .note.tag,"aGR",%note,.freebsd.noteG,comdat
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1076 std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size()); in parse() local
1079 comdat[i] = in parse()
1117 sym = comdat[comdatIndex].first; in parse()
1120 } else if (comdat[comdatIndex].second) { in parse()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp689 KEYWORD(comdat); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5000 " blr(ARM/AArch64), comdat(ARM/AArch64), nocomdat(ARM/AArch64),"