Home
last modified time | relevance | path

Searched refs:FirstCU (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp122 : Asm(A), MMI(Asm->MMI), FirstCU(0), in DwarfDebug()
507 if (!FirstCU) in constructCompileUnit()
508 FirstCU = NewCU; in constructCompileUnit()
656 if (!FirstCU) return; in endModule()
698 FirstCU->addUInt(ISP, dwarf::DW_AT_inline, 0, dwarf::DW_INL_inlined); in endModule()
760 FirstCU = NULL; // Reset for the next Module, if any. in endModule()
1964 if (!FirstCU) in emitDebugInlineInfo()
DDwarfDebug.h194 CompileUnit *FirstCU; variable