Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp314 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument
316 ~TypeLoweringScope() { in ~TypeLoweringScope()
323 CodeViewDebug &CVD;