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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp235 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section, function
2019 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
2021 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
2024 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(),
2026 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
2029 emitSectionSym(Asm, MacroInfo);
2032 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
2033 emitSectionSym(Asm, TLOF.getDwarfLocSection());
2036 emitSectionSym(Asm, TLOF.getDwarfGnuPubNamesSection());
2038 emitSectionSym(As
[all...]

Completed in 58 milliseconds