Lines Matching defs:IdxToJD
1790 std::map<unsigned, JITDylib *> &IdxToJD) {
1795 IdxToJD[0] = S.MainJD;
1806 IdxToJD[JDIdx] = &*JD;
1830 const std::map<unsigned, JITDylib *> &IdxToJD) {
1837 auto &JD = *std::prev(IdxToJD.lower_bound(AbsDefArgIdx))->second;
1868 const std::map<unsigned, JITDylib *> &IdxToJD) {
1886 return std::prev(IdxToJD.lower_bound(AliasArgIdx))->second;
1939 const std::map<unsigned, JITDylib *> &IdxToJD) {
1944 auto &JD = *std::prev(IdxToJD.lower_bound(SCArgIdx))->second;
2004 const std::map<unsigned, JITDylib *> &IdxToJD,
2017 auto &JD = *std::prev(IdxToJD.lower_bound(InputFileArgIdx))->second;
2071 const std::map<unsigned, JITDylib *> &IdxToJD,
2082 auto &JD = *std::prev(IdxToJD.lower_bound(LibrarySearchPathIdx))->second;
2236 auto &JD = *std::prev(IdxToJD.lower_bound(LL.Position))->second;
2335 for (auto &[Idx, JD] : IdxToJD) {
2399 std::map<unsigned, JITDylib *> IdxToJD;
2408 if (auto Err = createJITDylibs(S, IdxToJD))
2411 if (auto Err = addAbsoluteSymbols(S, IdxToJD))
2414 if (auto Err = addAliases(S, IdxToJD))
2417 if (auto Err = addSectCreates(S, IdxToJD))
2424 if (auto Err = addObjects(S, IdxToJD, LazyLinkIdxs))
2427 if (auto Err = addLibraries(S, IdxToJD, LazyLinkIdxs))