HomeSort by relevance Sort by last modified time
    Searched defs:SimpleTypeMode (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
113 SimpleTypeMode getSimpleMode() const {
115 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
121 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
124 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 75 enum class SimpleTypeMode : uint32_t {
88 /// composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
114 SimpleTypeMode getSimpleMode() const {
116 return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);

Completed in 9235 milliseconds