Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp42 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument
47 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
52 EndLabel = emitHeader(Asm, AddrSection); in emit()
H A DAddressPool.h45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1534 DWARFSectionMap AddrSection; member in __anona8a913f90f11::DWARFObjInMemory
1562 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1885 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()