Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp413 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit()
415 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit()
1846 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
1941 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()
1944 NewTU.initSection( in addDwarfTypeUnitType()
DDwarfUnit.h134 void initSection(const MCSection *Section);
DDwarfUnit.cpp1614 void DwarfUnit::initSection(const MCSection *Section) { in initSection() function in DwarfUnit