Searched refs:GetSectionName (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 999 std::string GetSectionName(StringRef Section, StringRef MachOAttributes); 4937 std::string CGObjCCommonMac::GetSectionName(StringRef Section, in GetSectionName() function in CGObjCCommonMac 4991 : GetSectionName("__objc_imageinfo", "regular,no_dead_strip"); in EmitImageInfo() 6103 GetSectionName("__objc_classlist", "regular,no_dead_strip")); in FinishNonFragileABIModule() 6107 GetSectionName("__objc_nlclslist", "regular,no_dead_strip")); in FinishNonFragileABIModule() 6112 GetSectionName("__objc_catlist", "regular,no_dead_strip")); in FinishNonFragileABIModule() 6115 GetSectionName("__objc_catlist2", "regular,no_dead_strip")); in FinishNonFragileABIModule() 6118 GetSectionName("__objc_nlcatlist", "regular,no_dead_strip")); in FinishNonFragileABIModule() 6519 GetSectionName("__objc_protorefs", "coalesced,no_dead_strip")); in GenerateProtocolRef() 7018 GetSectionName("__objc_protolist", "coalesced,no_dead_strip")); in GetOrEmitProtocol() [all …]
|