Home
last modified time | relevance | path

Searched refs:IsAliased (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp83 bool IsImmutable, bool IsAliased) { in CreateFixedObject() argument
97 IsAliased)); in CreateFixedObject()
DMIRPrinter.cpp378 YamlObject.IsAliased = MFI.isAliasedObjectIndex(I); in convertStackObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h284 bool IsAliased = false;
295 IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
334 YamlIO.mapOptional("isAliased", Object.IsAliased, false);
DMachineFrameInfo.h186 bool IsAliased, uint8_t StackID = 0)
189 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {} in SPOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h408 IsAliased = 1 << 5, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp74 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAliased),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp678 Object.IsImmutable, Object.IsAliased); in initializeFrameInfo()