Home
last modified time | relevance | path

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

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