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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp210 m_block (func_uid),
216 m_block.SetParentScope(this);
234 m_block (func_uid),
240 m_block.SetParentScope(this);
304 if (!m_block.BlockInfoHasBeenParsed() && can_create)
319 m_block.SetBlockInfoHasBeenParsed (true, true);
321 return m_block;
373 if (m_block.BlockInfoHasBeenParsed ())
374 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, show_context);
424 size_t mem_size = sizeof(Function) + m_block
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h627 Block m_block; ///< All lexical blocks contained in this function. member in class:lldb_private::Function

Completed in 78 milliseconds