Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp262 m_type(type), m_mangled(mangled), m_block(func_uid), m_range(range), in Function()
264 m_block.SetParentScope(this); in Function()
372 if (!m_block.BlockInfoHasBeenParsed() && can_create) { in GetBlock()
381 m_block.SetBlockInfoHasBeenParsed(true, true); in GetBlock()
383 return m_block; in GetBlock()
433 if (m_block.BlockInfoHasBeenParsed()) in Dump()
434 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, in Dump()
497 size_t mem_size = sizeof(Function) + m_block.MemorySize(); in MemorySize()
/freebsd/usr.bin/mail/
H A Dfio.c89 this.m_block = 0; in setptr()
121 this.m_block = blockof(offset); in setptr()
204 positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput()
H A Ddef.h70 long m_block; /* block number of this message */ member
H A Dedit.c102 mp->m_block = blockof(size); in edit1()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h650 Block m_block;
654 Block m_block; global() variable