Searched refs:GetSectionName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGObjCMac.cpp | 1039 std::string GetSectionName(StringRef Section, StringRef MachOAttributes); 5065 std::string CGObjCCommonMac::GetSectionName(StringRef Section, in GetSectionName() function in CGObjCCommonMac 5118 : GetSectionName("__objc_imageinfo", "regular,no_dead_strip"); in EmitImageInfo() 6249 GetSectionName("__objc_classlist", in FinishNonFragileABIModule() 6253 GetSectionName("__objc_nlclslist", in FinishNonFragileABIModule() 6259 GetSectionName("__objc_catlist", in FinishNonFragileABIModule() 6262 GetSectionName("__objc_catlist2", in FinishNonFragileABIModule() 6265 GetSectionName("__objc_nlcatlist", in FinishNonFragileABIModule() 6663 PTGV->setSection(GetSectionName("__objc_protorefs", in GenerateProtocolRef() 7128 PTGV->setSection(GetSectionName("__objc_protolist", in GetOrEmitProtocol() [all …]
|