Lines Matching defs:FileToSecIDMap
164 void dumpFileToSectionIDMap(const FileToSectionIDMap &FileToSecIDMap) {
165 for (const auto &KV : FileToSecIDMap) {
172 Expected<unsigned> getSectionId(const FileToSectionIDMap &FileToSecIDMap,
174 auto I = FileToSecIDMap.find(FileName);
175 if (I == FileToSecIDMap.end())
649 const FileToSectionIDMap &FileToSecIDMap) {
663 ExitOnErr(getSectionId(FileToSecIDMap, FileName, SectionName));
913 FileToSectionIDMap FileToSecIDMap;
915 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName,
918 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName);
992 MemMgr.setSectionIDsMap(&FileToSecIDMap[FileName]);
1003 applySpecificSectionMappings(Dyld, FileToSecIDMap);