Home
last modified time | relevance | path

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

/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
320 CVDCodeViewDebug::TypeLoweringScope global() argument