Searched refs:getDwarfInfoSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h225 const MCSection *getDwarfInfoSection() const { return DwarfInfoSection; } function in class:llvm::MCObjectFileInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp676 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection(),
1642 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
2309 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection(),
/external/llvm/lib/MC/
H A DMCDwarf.cpp640 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());

Completed in 171 milliseconds