Home
last modified time | relevance | path

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

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