Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1796 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody() local
1798 if (needFuncLabels(*MF) || EmitFunctionSize) { in emitFunctionBody()
1806 if (EmitFunctionSize) { in emitFunctionBody()