Home
last modified time | relevance | path

Searched refs:MachOAttributes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp1034 std::string GetSectionName(StringRef Section, StringRef MachOAttributes);
5052 StringRef MachOAttributes) { in GetSectionName() argument
5057 if (MachOAttributes.empty()) in GetSectionName()
5059 return ("__DATA," + Section + "," + MachOAttributes).str(); in GetSectionName()