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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp235 m_type(type), m_mangled(mangled), m_block(func_uid), m_range(range),
237 m_block.SetParentScope(this);
345 if (!m_block.BlockInfoHasBeenParsed() && can_create) {
357 m_block.SetBlockInfoHasBeenParsed(true, true);
359 return m_block;
400 if (m_block.BlockInfoHasBeenParsed())
401 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX,
464 size_t mem_size = sizeof(Function) + m_block.MemorySize();
/freebsd-13-stable/usr.bin/mail/
H A Dfio.c97 this.m_block = 0;
129 this.m_block = blockof(offset);
212 positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
H A Ddef.h74 long m_block; /* block number of this message */ member in struct:message
H A Dedit.c110 mp->m_block = blockof(size);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h660 Block m_block; member in class:lldb_private::Function

Completed in 166 milliseconds