Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h54 AddressLoadOrFile, enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp233 Entry::DefinitionWithChildren("addr", EntryType::AddressLoadOrFile,
235 Definition("addr-file-or-load", EntryType::AddressLoadOrFile),
309 ENUM_TO_CSTR(AddressLoadOrFile); in TypeToCString()
1246 case Entry::Type::AddressLoadOrFile: in Format()
1250 entry.type == Entry::Type::AddressLoadOrFile)); in Format()