Lines Matching refs:LocalSections
203 ObjSectionToIDMap LocalSections; in loadObjectImpl() local
336 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
379 LocalSections)) in loadObjectImpl()
387 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
431 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl()
436 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
444 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl()
450 return LocalSections; in loadObjectImpl()
911 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument
914 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
915 if (i != LocalSections.end()) in findOrEmitSection()
922 LocalSections[Section] = SectionID; in findOrEmitSection()