Searched refs:TargetSI (Results 1 – 2 of 2) sorted by relevance
75 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processScatteredVANILLA() local76 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()77 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()78 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA()
73 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processScatteredVANILLA() local74 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()75 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()76 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA()