Searched defs:setSectionName (Results 1 – 8 of 8) sorted by relevance
65 void setSectionName(StringRef Name) { this->Name = Name; } in setSectionName() function
65 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
63 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
222 public abstract Builder setSectionName(String sectionName); in setSectionName() method in ShadowTrace.AsyncTraceSection.Builder