Home
last modified time | relevance | path

Searched refs:TypeLoweringScope (Results 1 – 2 of 2) 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() function
316 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
331 TypeLoweringScope S(*this); in getFullyQualifiedName()
461 TypeLoweringScope S(*this); in getMemberFunctionType()
2533 TypeLoweringScope S(*this); in getTypeIndex()
2559 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2599 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h429 struct TypeLoweringScope;