Home
last modified time | relevance | path

Searched defs:is_terminal_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h155 is_terminal_entry : 1; ///< Indicates this entry is that of the first byte member
H A DLineTable.h296 uint32_t is_terminal_entry : 1; member
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp44 bool is_terminal_entry) { in InsertLineEntry()
73 bool is_terminal_entry) { in AppendLineEntryToSequence()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1440 bool is_terminal_entry = false; in ParseInlineSite() local