Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h44 struct AddressEntry { struct
49 SmallVector<AddressEntry, 0> AddressArea; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp51 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h793 struct AddressEntry { struct
812 SmallVector<AddressEntry, 0> addressAreas; argument
H A DSyntheticSections.cpp2725 static SmallVector<GdbIndexSection::AddressEntry, 0>
2727 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()
2957 for (AddressEntry &e : chunk.addressAreas) { in writeTo()