Searched refs:MachOAttributes (Results 1 – 1 of 1) sorted by relevance
1038 std::string GetSectionName(StringRef Section, StringRef MachOAttributes);5060 StringRef MachOAttributes) { in GetSectionName() argument5065 if (MachOAttributes.empty()) in GetSectionName()5067 return ("__DATA," + Section + "," + MachOAttributes).str(); in GetSectionName()