Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp410 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitPointer()
433 if (Ptr.isUnaligned()) in visitPointer()
/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