HomeSort by relevance Sort by last modified time
    Searched refs:TypeIndex (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 14 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
40 TypeIndex writeModifier(const ModifierRecord &Record);
41 TypeIndex writeProcedure(const ProcedureRecord &Record);
42 TypeIndex writeMemberFunction(const MemberFunctionRecord &Record);
43 TypeIndex writeArgList(const ArgListRecord &Record);
44 TypeIndex writePointer(const PointerRecord &Record);
45 TypeIndex writeArray(const ArrayRecord &Record);
46 TypeIndex writeClass(const ClassRecord &Record);
47 TypeIndex writeUnion(const UnionRecord &Record);
48 TypeIndex writeEnum(const EnumRecord &Record)
    [all...]
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(0) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
118 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
119 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeRecord.h 18 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
78 MemberPointerInfo(TypeIndex ContainingType,
84 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
88 TypeIndex getContainingType() const { return ContainingType; }
95 TypeIndex ClassType;
99 TypeIndex ContainingType;
117 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
123 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
128 TypeIndex getModifiedType() const { return ModifiedType; }
133 TypeIndex ModifiedType
    [all...]
MemoryTypeTableBuilder.h 28 uint32_t Index = TypeIndex::FirstNonSimpleIndex;
31 Func(TypeIndex(Index), R);
37 TypeIndex writeRecord(llvm::StringRef Data) override;
42 DenseMap<StringRef, TypeIndex> HashedRecords;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
TypeRecord.h 20 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
104 MemberPointerInfo(TypeIndex ContainingType,
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
137 TypeIndex getModifiedType() const { return ModifiedType; }
140 TypeIndex ModifiedType;
148 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv,
150 TypeIndex ArgumentList)
155 TypeIndex getReturnType() const { return ReturnType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
TypeRecord.h 20 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
104 MemberPointerInfo(TypeIndex ContainingType,
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
137 TypeIndex getModifiedType() const { return ModifiedType; }
140 TypeIndex ModifiedType;
148 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv,
150 TypeIndex ArgumentList)
155 TypeIndex getReturnType() const { return ReturnType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
TypeRecord.h 20 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
104 MemberPointerInfo(TypeIndex ContainingType,
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
137 TypeIndex getModifiedType() const { return ModifiedType; }
140 TypeIndex ModifiedType;
148 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv,
150 TypeIndex ArgumentList)
155 TypeIndex getReturnType() const { return ReturnType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
TypeRecord.h 20 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
104 MemberPointerInfo(TypeIndex ContainingType,
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
137 TypeIndex getModifiedType() const { return ModifiedType; }
140 TypeIndex ModifiedType;
148 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv,
150 TypeIndex ArgumentList)
155 TypeIndex getReturnType() const { return ReturnType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
TypeRecord.h 20 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
104 MemberPointerInfo(TypeIndex ContainingType,
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)
137 TypeIndex getModifiedType() const { return ModifiedType; }
140 TypeIndex ModifiedType;
148 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv,
150 TypeIndex ArgumentList)
155 TypeIndex getReturnType() const { return ReturnType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
TypeDatabase.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
27 TypeIndex getNextTypeIndex() const;
35 StringRef getTypeName(TypeIndex Index) const;
37 const CVType &getTypeRecord(TypeIndex Index) const;
39 bool containsTypeIndex(TypeIndex Index) const;

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 910