Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A 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;