Searched refs:CurInfo (Results 1 – 2 of 2) sorted by relevance
77 ld_xinfo *CurInfo = reinterpret_cast<ld_xinfo *>(Buf.get()); in getClangResourcesPathImplAIX() local79 uint64_t CurTextStart = (uint64_t)CurInfo->ldinfo_textorg; in getClangResourcesPathImplAIX()80 uint64_t CurTextEnd = CurTextStart + CurInfo->ldinfo_textsize; in getClangResourcesPathImplAIX()84 if (CurInfo->ldinfo_next == 0u) in getClangResourcesPathImplAIX()87 CurInfo = reinterpret_cast<ld_xinfo *>(reinterpret_cast<char *>(CurInfo) + in getClangResourcesPathImplAIX()88 CurInfo->ldinfo_next); in getClangResourcesPathImplAIX()91 LibClangPath += reinterpret_cast<char *>(CurInfo) + CurInfo->ldinfo_filename; in getClangResourcesPathImplAIX()
7170 void append(MapCombinedInfoTy &CurInfo) { in append()7171 Exprs.append(CurInfo.Exprs.begin(), CurInfo.Exprs.end()); in append()7172 BasePointers.append(CurInfo.BasePointers.begin(), in append()7173 CurInfo.BasePointers.end()); in append()7174 Pointers.append(CurInfo.Pointers.begin(), CurInfo.Pointers.end()); in append()7175 Sizes.append(CurInfo.Sizes.begin(), CurInfo.Sizes.end()); in append()7176 Types.append(CurInfo.Types.begin(), CurInfo.Types.end()); in append()7177 Mappers.append(CurInfo.Mappers.begin(), CurInfo.Mappers.end()); in append()7178 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()7179 CurInfo.NonContigInfo.Dims.end()); in append()[all …]