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-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp338 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
340 ~TypeLoweringScope() { in ~TypeLoweringScope()
347 CodeViewDebug &CVD;