Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp314 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
316 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
331 TypeLoweringScope S(*this); in getFullyQualifiedName()
461 TypeLoweringScope S(*this); in getMemberFunctionType()
2534 TypeLoweringScope S(*this); in getTypeIndex()
2560 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2600 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h431 struct TypeLoweringScope;