Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp373 W->printNumber("IsThisPtr&", Ptr.isLValueReferenceThisPtr()); in visitKnownRecord()
H A DTypeRecordMapping.cpp407 if (Record.isLValueReferenceThisPtr()) in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h340 bool isLValueReferenceThisPtr() const { in isLValueReferenceThisPtr() function