Lines Matching refs:LocalSections
205 ObjSectionToIDMap LocalSections; in loadObjectImpl() local
338 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
381 LocalSections)) in loadObjectImpl()
389 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
433 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl()
438 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
446 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl()
452 return LocalSections; in loadObjectImpl()
934 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument
937 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
938 if (i != LocalSections.end()) in findOrEmitSection()
945 LocalSections[Section] = SectionID; in findOrEmitSection()