Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h441 codeview::TypeIndex lowerTypeString(const DIStringType *Ty);
H A DCodeViewDebug.cpp1700 return lowerTypeString(cast<DIStringType>(Ty)); in lowerType()
1789 TypeIndex CodeViewDebug::lowerTypeString(const DIStringType *Ty) { in lowerTypeString() function in CodeViewDebug