Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h623 bool hasCOFFAssociativeComdats() const { return HasCOFFAssociativeComdats; } in hasCOFFAssociativeComdats() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp837 if (!Context.getAsmInfo()->hasCOFFAssociativeComdats()) { in getWinCFISection()