Searched refs:AddrSection (Results 1 – 7 of 7) sorted by relevance
43 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument45 emitHeader(Asm, AddrSection); in emit()51 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
46 void emit(AsmPrinter &Asm, MCSection *AddrSection);
27 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument32 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
43 void emit(AsmPrinter &Asm, MCSection *AddrSection);
269 StringRef AddrSection; variable318 return AddrSection; in getAddrSection()
1234 DWARFSectionMap AddrSection; member in __anonddd817f10c11::DWARFObjInMemory1255 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()1517 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
713 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()