Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h112 LineEntryEndAddress, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp145 Definition("end-addr", EntryType::LineEntryEndAddress),
411 ENUM_TO_CSTR(LineEntryEndAddress); in TypeToCString()
1971 case Entry::Type::LineEntryEndAddress: in Format()
1975 if (entry.type == Entry::Type::LineEntryEndAddress) in Format()