Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h206 bool hasKeyFunctions() const { in hasKeyFunctions() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp568 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions(); in maybeEmitThunk()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3432 if (!getTargetInfo().getCXXABI().hasKeyFunctions()) in getCurrentKeyFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18579 if (Context.getTargetInfo().getCXXABI().hasKeyFunctions() && in DefineUsedVTables()