Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp544 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions(); in maybeEmitThunk() local
545 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in maybeEmitThunk()
548 if (!ABIHasKeyFunctions || UseAvailableExternallyLinkage) { in maybeEmitThunk()