HomeSort by: relevance | last modified time | path
    Searched refs:TypeLoweringScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 429 struct TypeLoweringScope;
CodeViewDebug.cpp 314 struct CodeViewDebug::TypeLoweringScope {
315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; }
316 ~TypeLoweringScope() {
331 TypeLoweringScope S(*this);
461 TypeLoweringScope S(*this);
2533 TypeLoweringScope S(*this);
2559 TypeLoweringScope S(*this);
2599 TypeLoweringScope S(*this);

Completed in 23 milliseconds