Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h264 virtual bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const = 0;
H A DCGVTables.cpp1071 CGM.getCXXABI().canSpeculativelyEmitVTable(RD); in shouldEmitAvailableExternallyVTable()
H A DItaniumCXXABI.cpp325 bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const override;
2314 bool ItaniumCXXABI::canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const { in canSpeculativelyEmitVTable() function in ItaniumCXXABI
H A DCGClass.cpp2266 CGM.getCXXABI().canSpeculativelyEmitVTable(ClassDecl) && in EmitCXXConstructorCall()
H A DMicrosoftCXXABI.cpp177 bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const override { in canSpeculativelyEmitVTable() function in __anon9a42cb130111::MicrosoftCXXABI
H A DCodeGenModule.cpp3259 if (getCXXABI().canSpeculativelyEmitVTable(RD)) in EmitVTablesOpportunistically()