Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h101 LineEntryEndAddress, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp132 Definition("end-addr", EntryType::LineEntryEndAddress),
355 ENUM_TO_CSTR(LineEntryEndAddress); in TypeToCString()
1822 case Entry::Type::LineEntryEndAddress: in Format()
1826 if (entry.type == Entry::Type::LineEntryEndAddress) in Format()