Home
last modified time | relevance | path

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

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