Searched refs:GetSectionName (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1038 std::string GetSectionName(StringRef Section, StringRef MachOAttributes); 5039 std::string CGObjCCommonMac::GetSectionName(StringRef Section, in GetSectionName() function in CGObjCCommonMac 5094 : GetSectionName("__objc_imageinfo", "regular,no_dead_strip"); in EmitImageInfo() 6200 GetSectionName("__objc_classlist", in FinishNonFragileABIModule() 6204 GetSectionName("__objc_nlclslist", in FinishNonFragileABIModule() 6210 GetSectionName("__objc_catlist", in FinishNonFragileABIModule() 6213 GetSectionName("__objc_catlist2", in FinishNonFragileABIModule() 6216 GetSectionName("__objc_nlcatlist", in FinishNonFragileABIModule() 6611 PTGV->setSection(GetSectionName("__objc_protorefs", in GenerateProtocolRef() 7097 PTGV->setSection(GetSectionName("__objc_protolist", in GetOrEmitProtocol() [all …]
|