Searched refs:TypeLoweringScope (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h428 struct TypeLoweringScope;
H A DCodeViewDebug.cpp338 struct CodeViewDebug::TypeLoweringScope { struct in class:CodeViewDebug
339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } function in struct:CodeViewDebug::TypeLoweringScope
340 ~TypeLoweringScope() {
453 TypeLoweringScope S(*this);
2470 TypeLoweringScope S(*this);
2496 TypeLoweringScope S(*this);
2536 TypeLoweringScope S(*this);

Completed in 110 milliseconds