Home
last modified time | relevance | path

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

/freebsd-13.1/lib/csu/common/
H A Dcrtbrand.S41 .section .note.tag,"aG",%note,.freebsd.noteG,comdat
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1068 std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size()); in parse() local
1071 comdat[i] = in parse()
1094 sym = comdat[comdatIndex].first; in parse()
1097 } else if (comdat[comdatIndex].second) { in parse()
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst50 This is used by ``comdat nodeduplicate`` in LLVM IR.
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp714 KEYWORD(comdat); in LexIdentifier()