Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp180 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument
182 ~TypeLoweringScope() { in ~TypeLoweringScope()
189 CodeViewDebug &CVD;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp272 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
273 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
274 ~TypeLoweringScope() { in ~TypeLoweringScope()
281 CodeViewDebug &CVD;