Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h418 codeview::TypeIndex lowerTypeAlias(const DIDerivedType *Ty);
H A DCodeViewDebug.cpp1636 return lowerTypeAlias(cast<DIDerivedType>(Ty)); in lowerType()
1681 TypeIndex CodeViewDebug::lowerTypeAlias(const DIDerivedType *Ty) { in lowerTypeAlias() function in CodeViewDebug