Searched refs:ComaIdx (Results 1 – 2 of 2) sorted by relevance
358 size_t ComaIdx = Mapping.find_first_of(","); in applySpecificSectionMappings() local360 if (ComaIdx == StringRef::npos) { in applySpecificSectionMappings()366 StringRef FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()367 StringRef SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()
334 size_t ComaIdx = RemainingExpr.find(','); in evalStubAddr() local335 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalStubAddr()336 RemainingExpr = RemainingExpr.substr(ComaIdx).ltrim(); in evalStubAddr()379 size_t ComaIdx = RemainingExpr.find(','); in evalSectionAddr() local380 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalSectionAddr()381 RemainingExpr = RemainingExpr.substr(ComaIdx).ltrim(); in evalSectionAddr()