Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h241 virtual bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const = 0;
DCGVTables.cpp720 CGM.getCXXABI().canSpeculativelyEmitVTable(RD); in shouldEmitAvailableExternallyVTable()
DItaniumCXXABI.cpp276 bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const override;
1637 bool ItaniumCXXABI::canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const { in canSpeculativelyEmitVTable() function in ItaniumCXXABI
DCGClass.cpp2167 CGM.getCXXABI().canSpeculativelyEmitVTable(ClassDecl) && in EmitCXXConstructorCall()
DMicrosoftCXXABI.cpp155 bool canSpeculativelyEmitVTable(const CXXRecordDecl *RD) const override { in canSpeculativelyEmitVTable() function in __anone5681bf50111::MicrosoftCXXABI