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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 194 // For virtual destructors, only one entry is reserved in the vftable, and it
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 TypeIndex VShape; // LF_VTSHAPE: Shape of the vftable
641 // Number of vftable entries. Each method may have more than one entry due
842 : TypeRecord(TypeRecordKind::VFTable),
848 : TypeRecord(TypeRecordKind::VFTable),
871 TypeIndex CompleteClass; // Class that owns this vftable.
872 TypeIndex OverriddenVFTable; // VFTable that this overrides.
875 // Names: A sequence of null-terminated strings. First string is vftable
920 // VFTableOffset: int32_t offset in vftable
954 // VFTableOffset: int32_t offset in vftable
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 549 // If virtual, then read the vftable offset.
587 Error CVTypeDumper::visitVFPtr(VFPtrRecord &VFTable) {
589 printTypeIndex("Type", VFTable.getType());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 631 : TypeRecord(TypeRecordKind::VFTable), CompleteClass(CompleteClass),

Completed in 298 milliseconds