Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1273 bool HasAnyRealCode = false; in emitFunctionBody() local
1285 HasAnyRealCode = true; in emitFunctionBody()
1449 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in emitFunctionBody()
1517 if (MF->hasBBLabels() && HasAnyRealCode) in emitFunctionBody()