Home
last modified time | relevance | path

Searched refs:ContainsDIEOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp191 if (m_compile_units[0]->ContainsDIEOffset(die_offset)) in GetCompileUnitContainingDIEOffset()
200 if ((*pos)->ContainsDIEOffset(die_offset)) in GetCompileUnitContainingDIEOffset()
H A DDWARFUnit.h95 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset() function
H A DDWARFDIE.cpp101 if (cu->ContainsDIEOffset(block_die->GetOffset())) in LookupDeepestBlock()
H A DDWARFUnit.cpp602 if (ContainsDIEOffset(die_offset)) { in GetDIE()