Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp180 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
182 ~TypeLoweringScope() { in ~TypeLoweringScope()
189 CodeViewDebug &CVD;