Home
last modified time | relevance | path

Searched refs:AddressLoadOrFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h65 AddressLoadOrFile, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp115 ENTRY("load", AddressLoadOrFile, UInt64),
260 ENTRY_CHILDREN("addr", AddressLoadOrFile, UInt64, g_addr_entries),
261 ENTRY("addr-file-or-load", AddressLoadOrFile, UInt64),
335 ENUM_TO_CSTR(AddressLoadOrFile); in TypeToCString()
1162 case Entry::Type::AddressLoadOrFile: in Format()
1165 entry.type == Entry::Type::AddressLoadOrFile)); in Format()