Home
last modified time | relevance | path

Searched refs:lowerTypeArray (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h440 codeview::TypeIndex lowerTypeArray(const DICompositeType *Ty);
H A DCodeViewDebug.cpp1664 return lowerTypeArray(cast<DICompositeType>(Ty)); in lowerType()
1727 TypeIndex CodeViewDebug::lowerTypeArray(const DICompositeType *Ty) { in lowerTypeArray() function in CodeViewDebug