HomeSort by relevance Sort by last modified time
    Searched refs:ShouldEmitVTableInThisTU (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 82 bool ShouldEmitVTableInThisTU(const CXXRecordDecl *RD);
CGVTables.cpp 34 bool CodeGenVTables::ShouldEmitVTableInThisTU(const CXXRecordDecl *RD) {
622 if (ShouldEmitVTableInThisTU(RD))
CGRTTI.cpp 264 return !CGM.getVTables().ShouldEmitVTableInThisTU(RD);
    [all...]

Completed in 392 milliseconds