Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineEntry.h159 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
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp44 bool is_terminal_entry) { in InsertLineEntry()
73 bool is_terminal_entry) { in AppendLineEntryToSequence()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1434 bool is_terminal_entry = false; in ParseInlineSite() local