Home
last modified time | relevance | path

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

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