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(*this, func_uid), in Function()
267 m_block.AddRange( in Function()
270 m_block.FinalizeRanges(); in Function()
383 if (!m_block.BlockInfoHasBeenParsed() && can_create) { in GetBlock()
392 m_block.SetBlockInfoHasBeenParsed(true, true); in GetBlock()
394 return m_block; in GetBlock()
420 *s << ", range" << (m_block.GetNumRanges() > 1 ? "s" : "") << " = "; in GetDescription()
425 for (unsigned idx = 0; idx < m_block.GetNumRanges(); ++idx) { in GetDescription()
427 m_block.GetRangeAtIndex(idx, range); in GetDescription()
446 if (m_block.BlockInfoHasBeenParsed()) in Dump()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h448 AddressRanges GetAddressRanges() { return m_block.GetRanges(); } in GetAddressRanges()
457 return m_block.GetRangeContainingLoadAddress(load_addr, target, range); in GetRangeContainingLoadAddress()
656 Block m_block; variable
/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()