Searched refs:EmitSectionSym (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1459 static MCSymbol *EmitSectionSym(AsmPrinter *Asm, const MCSection *Section, in EmitSectionSym() function 1476 EmitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in EmitSectionLabels() 1478 EmitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in EmitSectionLabels() 1479 EmitSectionSym(Asm, TLOF.getDwarfARangesSection()); in EmitSectionLabels() 1482 EmitSectionSym(Asm, MacroInfo); in EmitSectionLabels() 1484 EmitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in EmitSectionLabels() 1485 EmitSectionSym(Asm, TLOF.getDwarfLocSection()); in EmitSectionLabels() 1486 EmitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in EmitSectionLabels() 1487 EmitSectionSym(Asm, TLOF.getDwarfPubTypesSection()); in EmitSectionLabels() 1489 EmitSectionSym(Asm, TLOF.getDwarfStrSection(), "section_str"); in EmitSectionLabels() [all …]
|