Home
last modified time | relevance | path

Searched refs:AddressEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFGdbIndex.h44 struct AddressEntry { struct
49 SmallVector<AddressEntry, 0> AddressArea; argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFGdbIndex.cpp51 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h931 struct AddressEntry { struct
950 SmallVector<AddressEntry, 0> addressAreas; argument
HDSyntheticSections.cpp3342 static SmallVector<GdbIndexSection::AddressEntry, 0>
3344 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()
3569 for (AddressEntry &e : chunk.addressAreas) { in writeTo()