Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1945 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody() local
1947 if (needFuncLabels(*MF, *MMI) || EmitFunctionSize) { in emitFunctionBody()
1955 if (EmitFunctionSize) { in emitFunctionBody()