Searched refs:FileToSecIDMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp163 void dumpFileToSectionIDMap(const FileToSectionIDMap &FileToSecIDMap) { argument
164 for (const auto &KV : FileToSecIDMap) {
171 Expected<unsigned> getSectionId(const FileToSectionIDMap &FileToSecIDMap, argument
173 auto I = FileToSecIDMap.find(FileName);
174 if (I == FileToSecIDMap.end())
598 const FileToSectionIDMap &FileToSecIDMap) {
612 ExitOnErr(getSectionId(FileToSecIDMap, FileName, SectionName));
858 FileToSectionIDMap FileToSecIDMap; local
860 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName,
863 auto SectionID = getSectionId(FileToSecIDMap, FileNam
597 applySpecificSectionMappings(RuntimeDyld &Dyld, const FileToSectionIDMap &FileToSecIDMap) argument
[all...]

Completed in 39 milliseconds