Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h427 codeview::TypeIndex lowerTypeModifier(const DIDerivedType *Ty);
H A DCodeViewDebug.cpp1633 return lowerTypeModifier(cast<DIDerivedType>(Ty)); in lowerType()
1958 TypeIndex CodeViewDebug::lowerTypeModifier(const DIDerivedType *Ty) { in lowerTypeModifier() function in CodeViewDebug