Home
last modified time | relevance | path

Searched defs:TypeLoweringScope (Results 1 – 1 of 1) 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() argument
311 ~TypeLoweringScope() { in ~TypeLoweringScope()
318 CodeViewDebug &CVD;