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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 328 const DwarfCompileUnit *PrevCU = nullptr;
781 const DwarfCompileUnit *getPrevCU() const { return PrevCU; }
782 void setPrevCU(const DwarfCompileUnit *PrevCU) { this->PrevCU = PrevCU; }
DwarfDebug.cpp 2118 PrevCU = nullptr;

Completed in 26 milliseconds