Lines Matching refs:LocalSections
203 ObjSectionToIDMap LocalSections; in loadObjectImpl() local
339 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
385 LocalSections)) in loadObjectImpl()
393 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
437 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl()
442 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
450 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl()
456 return LocalSections; in loadObjectImpl()
930 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument
933 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
934 if (i != LocalSections.end()) in findOrEmitSection()
941 LocalSections[Section] = SectionID; in findOrEmitSection()