Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h44 struct AddressEntry { struct
49 SmallVector<AddressEntry, 0> AddressArea; argument
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp50 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h781 struct AddressEntry { struct
800 SmallVector<AddressEntry, 0> addressAreas; argument
H A DSyntheticSections.cpp2698 static SmallVector<GdbIndexSection::AddressEntry, 0>
2700 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()
2930 for (AddressEntry &e : chunk.addressAreas) { in writeTo()