Home
last modified time | relevance | path

Searched defs:TypeLoweringScope (Results 1 – 1 of 1) 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()
322 CodeViewDebug &CVD;