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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp225 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section, function
1642 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
1645 emitSectionSym(Asm, TLOF.getDwarfInfoDWOSection(), "section_info_dwo");
1647 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1649 DwarfAbbrevDWOSectionSym = emitSectionSym(
1652 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
1655 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
1658 emitSectionSym(Asm, TLOF.getDwarfGnuPubNamesSection());
1660 emitSectionSym(Asm, TLOF.getDwarfGnuPubTypesSection());
1662 emitSectionSym(As
[all...]

Completed in 79 milliseconds