Searched refs:GetHeader (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.h62 DWARFDebugPubnamesSet::Header& GetHeader() { return m_header; } function in class:DWARFDebugPubnamesSet
63 const DWARFDebugPubnamesSet::Header& GetHeader() const { return m_header; } function in class:DWARFDebugPubnamesSet
H A DDWARFDebugArangeSet.h50 const Header& GetHeader() const { return m_header; } function in class:DWARFDebugArangeSet
H A DHashedNameToDIE.cpp711 if (must_be_implementation && GetHeader().header_data.ContainsAtom (eAtomTypeTypeFlags))
H A DSymbolFileDWARF.cpp3639 const bool has_tag = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARFMappedHash::eAtomTypeTag);
3640 const bool has_qualified_name_hash = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARFMappedHash::eAtomTypeQualNameHash);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1044 Header *h = GetHeader(res);
1078 Header *h = GetHeader(p);
1113 return RoundUpTo(GetHeader(p)->size, page_size_);
1123 return GetHeader(p) + 1;
1230 Header *GetHeader(uptr p) { function in class:__sanitizer::LargeMmapAllocator
1234 Header *GetHeader(const void *p) { function in class:__sanitizer::LargeMmapAllocator
1235 return GetHeader(reinterpret_cast<uptr>(p));
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h519 GetHeader() function in class:MappedHash::MemoryTable

Completed in 70 milliseconds