Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1038 std::string GetSectionName(StringRef Section, StringRef MachOAttributes);
5040 StringRef MachOAttributes) { in GetSectionName() argument
5045 if (MachOAttributes.empty()) in GetSectionName()
5047 return ("__DATA," + Section + "," + MachOAttributes).str(); in GetSectionName()