Searched refs:GetSectionName (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 290 llvm::StringRef GetSectionName(const section_header_t §);
|
| H A D | ObjectFilePECOFF.cpp | 745 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t §) { in GetSectionName() function in ObjectFilePECOFF 996 llvm::StringRef sect_name = GetSectionName(m_sect_headers[idx]); in CreateSections() 1278 std::string name = std::string(GetSectionName(sh)); in DumpSectionHeader()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 5051 std::string CGObjCCommonMac::GetSectionName(StringRef Section, in GetSectionName() function in CGObjCCommonMac 6225 GetSectionName("__objc_classlist", in FinishNonFragileABIModule() 6229 GetSectionName("__objc_nlclslist", in FinishNonFragileABIModule() 6235 GetSectionName("__objc_catlist", in FinishNonFragileABIModule() 6238 GetSectionName("__objc_catlist2", in FinishNonFragileABIModule() 6241 GetSectionName("__objc_nlcatlist", in FinishNonFragileABIModule() 6640 PTGV->setSection(GetSectionName("__objc_protorefs", in GenerateProtocolRef() 7127 PTGV->setSection(GetSectionName("__objc_protolist", in GetOrEmitProtocol() 7482 GetSectionName("__objc_classrefs", "regular,no_dead_strip"); in EmitClassRefFromId() 7521 GetSectionName("__objc_superrefs", "regular,no_dead_strip"); in EmitSuperClassRef() [all …]
|