Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetCXXABI.h208 bool hasKeyFunctions() const { in hasKeyFunctions() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp550 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions(); in maybeEmitThunk()
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3358 if (!getTargetInfo().getCXXABI().hasKeyFunctions()) in getCurrentKeyFunction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp17855 if (Context.getTargetInfo().getCXXABI().hasKeyFunctions() && in DefineUsedVTables()