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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 54 void visitKnownRecordImpl(codeview::CVType &CVR, codeview::EnumRecord &Rec);
71 codeview::EnumRecord &Rec) override;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 48 TypeIndex writeEnum(const EnumRecord &Record);
TypeRecord.h 555 class EnumRecord : public TagRecord {
557 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
566 static ErrorOr<EnumRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 165 ErrorOr<EnumRecord> EnumRecord::deserialize(TypeRecordKind Kind,
175 return EnumRecord(L->NumEnumerators, Options, L->FieldListType, Name,
467 bool EnumRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeTableBuilder.cpp 148 TypeIndex TypeTableBuilder::writeEnum(const EnumRecord &Record) {
TypeDumper.cpp 288 Error CVTypeDumper::visitEnum(EnumRecord &Enum) {
  /external/llvm/lib/DebugInfo/PDB/Raw/
TpiStream.cpp 108 Error visitEnum(EnumRecord &Rec) override { return verify(Rec); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 474 class EnumRecord : public TagRecord {
476 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {}
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 975 milliseconds