Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp180 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
182 ~TypeLoweringScope() { in ~TypeLoweringScope()
189 CodeViewDebug &CVD;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp307 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug
308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function
309 ~TypeLoweringScope() { in ~TypeLoweringScope()
316 CodeViewDebug &CVD;