Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h44 struct AddressEntry { struct
49 SmallVector<AddressEntry, 0> AddressArea; argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp50 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h768 struct AddressEntry { struct
787 SmallVector<AddressEntry, 0> addressAreas; argument
H A DSyntheticSections.cpp2751 static SmallVector<GdbIndexSection::AddressEntry, 0>
2753 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()
2972 for (AddressEntry &e : chunk.addressAreas) { in writeTo()