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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp47 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { argument
52 Asm.OutStreamer->SwitchSection(AddrSection);
57 EndLabel = emitHeader(Asm, AddrSection);
H A DAddressPool.h45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1517 DWARFSectionMap AddrSection; member in class:__anon3617::final
1545 .Case("debug_addr", &AddrSection)
1864 const DWARFSection &getAddrSection() const override { return AddrSection; }

Completed in 112 milliseconds