Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetCXXABI.h202 bool hasKeyFunctions() const { in hasKeyFunctions() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp548 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions(); in maybeEmitThunk()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3312 if (!getTargetInfo().getCXXABI().hasKeyFunctions()) in getCurrentKeyFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp17379 if (Context.getTargetInfo().getCXXABI().hasKeyFunctions() && in DefineUsedVTables()