Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp45 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument
50 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
53 emitHeader(Asm, AddrSection); in emit()
H A DAddressPool.h46 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h49 return AddrSection; in getAddrSection()
84 LLDDWARFSection AddrSection; variable
H A DDWARF.cpp36 .Case(".debug_addr", &AddrSection) in LLDDwarfObj()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1264 DWARFSectionMap AddrSection; member in __anonf3f23cd30d11::DWARFObjInMemory
1288 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1567 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()