Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp486 W->printHex("MethodCount", Method.getNumOverloads()); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h774 uint16_t getNumOverloads() const { return NumOverloads; } in getNumOverloads() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2810 W.printHex("MethodCount", Method.getNumOverloads()); in visitKnownMember()