Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h328 const DwarfCompileUnit *PrevCU = nullptr; variable
782 void setPrevCU(const DwarfCompileUnit *PrevCU) { this->PrevCU = PrevCU; } in setPrevCU()