Lines Matching defs:ModuleOffset
274 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset,
277 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
278 ModuleOffset.SectionIndex =
279 getModuleSectionIndexForAddress(ModuleOffset.Address);
281 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier);
287 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size,
299 object::SectionedAddress ModuleOffset,
301 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
302 ModuleOffset.SectionIndex =
303 getModuleSectionIndexForAddress(ModuleOffset.Address);
305 ModuleOffset, LineInfoSpecifier);
315 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size,
330 object::SectionedAddress ModuleOffset) const {
333 getNameFromSymbolTable(ModuleOffset.Address, Res.Name, Res.Start, Res.Size,
338 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset);
347 object::SectionedAddress ModuleOffset) const {
348 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
349 ModuleOffset.SectionIndex =
350 getModuleSectionIndexForAddress(ModuleOffset.Address);
351 return DebugInfoContext->getLocalsForAddress(ModuleOffset);