Searched refs:m_block (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 262 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 D | Function.h | 448 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 D | fio.c | 89 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 D | def.h | 70 long m_block; /* block number of this message */ member
|
| H A D | edit.c | 102 mp->m_block = blockof(size); in edit1()
|