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.cpp2079 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody() local
2084 (EmitFunctionSize || needFuncLabels(*MF, *this))) { in emitFunctionBody()
2092 if (EmitFunctionSize) { in emitFunctionBody()