Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h149 is_prologue_end : 1, ///< Indicates this entry is one (of possibly many) member
H A DLineTable.h290 uint32_t is_prologue_end : 1; member
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp43 bool is_prologue_end, bool is_epilogue_begin, in InsertLineEntry()
72 bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, in AppendLineEntryToSequence()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1443 bool is_prologue_end = true; in ParseInlineSite() local