Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp313 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
314 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument
315 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
330 TypeLoweringScope S(*this); in getFullyQualifiedName()
469 TypeLoweringScope S(*this); in getMemberFunctionType()
2708 TypeLoweringScope S(*this); in getTypeIndex()
2734 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2774 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h477 struct TypeLoweringScope;