Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h102 LineEntryEndAddress, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp132 Definition("end-addr", EntryType::LineEntryEndAddress),
362 ENUM_TO_CSTR(LineEntryEndAddress); in TypeToCString()
1833 case Entry::Type::LineEntryEndAddress: in Format()
1837 if (entry.type == Entry::Type::LineEntryEndAddress) in Format()