Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h763 bool avoidWeakIfComdat() const { return AvoidWeakIfComdat; } in avoidWeakIfComdat() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp615 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage()