Home
last modified time | relevance | path

Searched refs:isLValueReferenceThisPtr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp372 W->printNumber("IsThisPtr&", Ptr.isLValueReferenceThisPtr()); in visitKnownRecord()
H A DTypeRecordMapping.cpp406 if (Record.isLValueReferenceThisPtr()) in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h340 bool isLValueReferenceThisPtr() const { in isLValueReferenceThisPtr() function