Searched refs:MachOAttributes (Results 1 – 1 of 1) sorted by relevance
999 std::string GetSectionName(StringRef Section, StringRef MachOAttributes);4938 StringRef MachOAttributes) { in GetSectionName() argument4943 if (MachOAttributes.empty()) in GetSectionName()4945 return ("__DATA," + Section + "," + MachOAttributes).str(); in GetSectionName()