Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h44 struct AddressEntry { struct
49 SmallVector<AddressEntry, 0> AddressArea; argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp50 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h777 struct AddressEntry { struct
796 std::vector<AddressEntry> addressAreas; argument
H A DSyntheticSections.cpp2770 static std::vector<GdbIndexSection::AddressEntry>
2772 std::vector<GdbIndexSection::AddressEntry> ret; in readAddressAreas()
2988 for (AddressEntry &e : chunk.addressAreas) { in writeTo()