Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp311 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
312 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
313 ~TypeLoweringScope() { in ~TypeLoweringScope()
320 CodeViewDebug &CVD;