Home
last modified time | relevance | path

Searched refs:initSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit()
440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit()
1810 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
1903 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()
1906 NewTU.initSection( in addDwarfTypeUnitType()
DDwarfUnit.h115 void initSection(MCSection *Section);
DDwarfUnit.cpp1522 void DwarfUnit::initSection(MCSection *Section) { in initSection() function in DwarfUnit