Home
last modified time | relevance | path

Searched refs:isUnaligned (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp410 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitPointer()
433 if (Ptr.isUnaligned()) in visitPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp185 if (Ptr.isUnaligned()) in visitKnownRecord()
DTypeDumpVisitor.cpp372 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h339 bool isUnaligned() const { in isUnaligned() function
361 bool isUnaligned() const { return Attrs & (1 << 11); } in isUnaligned() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h329 bool isUnaligned() const { in isUnaligned() function