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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 812 TypeIndex BaseType, TypeIndex VBPtrType,
815 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
817 TypeIndex BaseType, TypeIndex VBPtrType,
820 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
824 TypeIndex getVBPtrType() const { return VBPtrType; }
830 TypeIndex VBPtrType;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h     [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 366 return VirtualBaseClassRecord(L->Attrs.getAccess(), L->BaseType, L->VBPtrType,
566 Success &= remapIndex(IndexMap, VBPtrType);

Completed in 71 milliseconds