Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h55 AddressLoadOrFile, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp232 Entry::DefinitionWithChildren("addr", EntryType::AddressLoadOrFile,
234 Definition("addr-file-or-load", EntryType::AddressLoadOrFile),
315 ENUM_TO_CSTR(AddressLoadOrFile); in TypeToCString()
1198 case Entry::Type::AddressLoadOrFile: in Format()
1202 entry.type == Entry::Type::AddressLoadOrFile)); in Format()