Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp307 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
309 ~TypeLoweringScope() { in ~TypeLoweringScope()
316 CodeViewDebug &CVD;