Lines Matching refs:SectionedAddress
274 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset, in symbolizeCode()
277 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode()
299 object::SectionedAddress ModuleOffset, in symbolizeInlinedCode()
301 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode()
330 object::SectionedAddress ModuleOffset) const { in symbolizeData()
347 object::SectionedAddress ModuleOffset) const { in symbolizeFrame()
348 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame()
354 std::vector<object::SectionedAddress>
356 std::vector<object::SectionedAddress> Result; in findSymbol()
362 object::SectionedAddress A{Addr, getModuleSectionIndexForAddress(Addr)}; in findSymbol()
382 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()