Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h54 AddressLoadOrFile, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp232 Entry::DefinitionWithChildren("addr", EntryType::AddressLoadOrFile,
234 Definition("addr-file-or-load", EntryType::AddressLoadOrFile),
308 ENUM_TO_CSTR(AddressLoadOrFile); in TypeToCString()
1204 case Entry::Type::AddressLoadOrFile: in Format()
1208 entry.type == Entry::Type::AddressLoadOrFile)); in Format()