HomeSort by: relevance | last modified time | path
    Searched refs:VFTable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 203 // For virtual destructors, only one entry is reserved in the vftable, and it
1395 // There's no Dtor_Base in vftable but it shares the this adjustment with
1444 // There's only Dtor_Deleting in vftable but it shares the this adjustment
1683 // Add a bitset entry for the least derived base belonging to this vftable.
1772 llvm::Constant *VFTable = getVTableAddressPoint(Base, VTableClass);
1773 assert(VFTable && "Couldn't find a vftable for the given base?");
1774 return VFTable;
1801 // Create all the vftables at once in order to make sure each vftable has
1828 // translation unit relies on the emission of the local vftable, translatio
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 477 // If virtual, then read the vftable offset.
512 VFPtrRecord &VFTable) {
513 printTypeIndex("Type", VFTable.getType());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 697 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),

Completed in 53 milliseconds