Lines Matching defs:ModuleOffset
273 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset,
276 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
277 ModuleOffset.SectionIndex =
278 getModuleSectionIndexForAddress(ModuleOffset.Address);
280 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier);
286 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size,
298 object::SectionedAddress ModuleOffset,
300 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
301 ModuleOffset.SectionIndex =
302 getModuleSectionIndexForAddress(ModuleOffset.Address);
304 ModuleOffset, LineInfoSpecifier);
314 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size,
329 object::SectionedAddress ModuleOffset) const {
332 getNameFromSymbolTable(ModuleOffset.Address, Res.Name, Res.Start, Res.Size,
337 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset);
346 object::SectionedAddress ModuleOffset) const {
347 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
348 ModuleOffset.SectionIndex =
349 getModuleSectionIndexForAddress(ModuleOffset.Address);
350 return DebugInfoContext->getLocalsForAddress(ModuleOffset);