Searched refs:MachOAttributes (Results 1 – 1 of 1) sorted by relevance
1034 std::string GetSectionName(StringRef Section, StringRef MachOAttributes);5107 StringRef MachOAttributes) { in GetSectionName() argument5112 if (MachOAttributes.empty()) in GetSectionName()5114 return ("__DATA," + Section + "," + MachOAttributes).str(); in GetSectionName()