Home
last modified time | relevance | path

Searched defs:getModifiedType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp48 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h144 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function