Home
last modified time | relevance | path

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

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