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

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 180 /// The flags 'isImmutable' and 'isAliased' aren't serialized, as they are
245 bool IsAliased = false;
269 YamlIO.mapOptional("isAliased", Object.IsAliased);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 201 /// The flags 'isImmutable' and 'isAliased' aren't serialized, as they are
283 bool IsAliased = false;
294 IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
323 YamlIO.mapOptional("isAliased", Object.IsAliased, false);
  /external/clang/lib/CodeGen/
CGValue.h 480 enum IsAliased_t { IsNotAliased, IsAliased };
506 IsAliased_t isAliased,
520 AV.AliasedFlag = isAliased;
527 IsAliased_t isAliased,
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 401 IsAliased = 1 << 5,
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 385 IsAliased = 1 << 5,

Completed in 141 milliseconds