HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 201 - 225 of 3007) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 36 unsigned Type; // The type of the relocation.
40 uint64_t Addend, unsigned Type,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
47 << ", Type=" << Type << ", FixupSection=" << FixupSection;
65 unsigned Type) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h 29 /// \brief Provides amortized O(1) random access to a CodeView type stream.
30 /// Normally to access a type from a type stream, you must know its byte
31 /// offset into the type stream, because type records are variable-lengthed.
34 /// type record. Or given a type record such as an array type, there might
35 /// be a TypeIndex for the element type. Sequential access is perfect when
38 /// Type streams in PDBs contain an additional field which is a list of pair
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 enum class Type {
82 Type getType() const { return Kind; }
87 explicit RewriteDescriptor(Type T) : Kind(T) {}
90 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h 29 /// \brief Provides amortized O(1) random access to a CodeView type stream.
30 /// Normally to access a type from a type stream, you must know its byte
31 /// offset into the type stream, because type records are variable-lengthed.
34 /// type record. Or given a type record such as an array type, there might
35 /// be a TypeIndex for the element type. Sequential access is perfect when
38 /// Type streams in PDBs contain an additional field which is a list of pair
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 enum class Type {
82 Type getType() const { return Kind; }
87 explicit RewriteDescriptor(Type T) : Kind(T) {}
90 const Type Kind;

Completed in 718 milliseconds

1 2 3 4 5 6 7 891011>>