Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp309 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
310 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
311 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
326 TypeLoweringScope S(*this); in getFullyQualifiedName()
465 TypeLoweringScope S(*this); in getMemberFunctionType()
2642 TypeLoweringScope S(*this); in getTypeIndex()
2668 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2708 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h448 struct TypeLoweringScope;