Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1633 DWARFSectionMap AddrSection; member in __anon00272cc51011::DWARFObjInMemory
1661 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1984 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()