Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp311 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
312 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument
313 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
328 TypeLoweringScope S(*this); in getFullyQualifiedName()
467 TypeLoweringScope S(*this); in getMemberFunctionType()
2694 TypeLoweringScope S(*this); in getTypeIndex()
2720 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2760 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h470 struct TypeLoweringScope;