Searched refs:ComaIdx (Results 1 – 2 of 2) sorted by relevance
397 size_t ComaIdx = RemainingExpr.find(','); in evalStubOrGOTAddr() local398 StubContainerName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalStubOrGOTAddr()399 RemainingExpr = RemainingExpr.substr(ComaIdx).ltrim(); in evalStubOrGOTAddr()444 size_t ComaIdx = RemainingExpr.find(','); in evalSectionAddr() local445 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalSectionAddr()446 RemainingExpr = RemainingExpr.substr(ComaIdx).ltrim(); in evalSectionAddr()
654 size_t ComaIdx = Mapping.find_first_of(','); in applySpecificSectionMappings() local656 if (ComaIdx == StringRef::npos) in applySpecificSectionMappings()660 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()661 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()