Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h44 bool isReading() const { return Reader != nullptr; } in isReading() function
45 bool isWriting() const { return !isReading(); } in isWriting()
78 if (isReading()) in mapEnum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp61 if (isReading()) in padToAlignment()