Searched refs:m_block (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp211 m_block (func_uid),
217 m_block.SetParentScope(this);
235 m_block (func_uid),
241 m_block.SetParentScope(this);
305 if (!m_block.BlockInfoHasBeenParsed() && can_create)
320 m_block.SetBlockInfoHasBeenParsed (true, true);
322 return m_block;
374 if (m_block.BlockInfoHasBeenParsed ())
375 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, show_context);
462 size_t mem_size = sizeof(Function) + m_block
[all...]
/freebsd-10.3-release/usr.bin/mail/
H A Dfio.c95 this.m_block = 0;
127 this.m_block = blockof(offset);
210 positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
H A Ddef.h72 long m_block; /* block number of this message */ member in struct:message
H A Dedit.c108 mp->m_block = blockof(size);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h638 Block m_block; ///< All lexical blocks contained in this function. member in class:lldb_private::Function

Completed in 56 milliseconds