Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp307 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument
309 ~TypeLoweringScope() { in ~TypeLoweringScope() argument
324 TypeLoweringScope S(*this); in getFullyQualifiedName()
463 TypeLoweringScope S(*this); in getMemberFunctionType()
2661 TypeLoweringScope S(*this); in getTypeIndex()
2687 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()
2727 TypeLoweringScope S(*this); in getCompleteTypeIndex()
H A DCodeViewDebug.h449 struct TypeLoweringScope;