Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h45 struct AddressEntry { struct
50 SmallVector<AddressEntry, 0> AddressArea; argument
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp51 for (const AddressEntry &Addr : AddressArea) in dumpAddressArea()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h675 struct AddressEntry { struct
694 std::vector<AddressEntry> AddressAreas; argument
H A DSyntheticSections.cpp2420 static std::vector<GdbIndexSection::AddressEntry>
2422 std::vector<GdbIndexSection::AddressEntry> Ret; in readAddressAreas()
2614 for (AddressEntry &E : Chunk.AddressAreas) { in writeTo()