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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 889 TypeIndex BaseType, TypeIndex VBPtrType,
892 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
894 TypeIndex BaseType, TypeIndex VBPtrType,
897 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
901 TypeIndex getVBPtrType() const { return VBPtrType; }
907 TypeIndex VBPtrType;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 697 error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 577 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 660 IO.mapRequired("VBPtrType", Record.VBPtrType);

Completed in 58 milliseconds