Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp341 if (M.isIntroducingVirtual()) in visitKnownRecord()
477 if (Method.isIntroducingVirtual()) in visitKnownMember()
H A DTypeRecordMapping.cpp153 if (Method.isIntroducingVirtual()) { in operator ()()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h740 bool isIntroducingVirtual() const { in isIntroducingVirtual() function