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

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 50 TypeIndex writeVFTableShape(const VFTableShapeRecord &Record);
TypeRecord.h 618 class VFTableShapeRecord : public TypeRecord {
620 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
622 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
629 static ErrorOr<VFTableShapeRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 186 ErrorOr<VFTableShapeRecord>
187 VFTableShapeRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) {
209 return VFTableShapeRecord(Slots);
478 bool VFTableShapeRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeTableBuilder.cpp 175 TypeTableBuilder::writeVFTableShape(const VFTableShapeRecord &Record) {
TypeDumper.cpp 476 Error CVTypeDumper::visitVFTableShape(VFTableShapeRecord &Shape) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 504 class VFTableShapeRecord : public TypeRecord {
506 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
507 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
509 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)

Completed in 127 milliseconds