Searched refs:GetSectionName (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 262 llvm::StringRef GetSectionName(const section_header_t §);
|
| H A D | ObjectFilePECOFF.cpp | 754 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t §) { in GetSectionName() function in ObjectFilePECOFF 1044 llvm::StringRef sect_name = GetSectionName(m_sect_headers[idx]); in CreateSections() 1326 std::string name = std::string(GetSectionName(sh)); in DumpSectionHeader()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1038 std::string GetSectionName(StringRef Section, StringRef MachOAttributes); 5059 std::string CGObjCCommonMac::GetSectionName(StringRef Section, in GetSectionName() function in CGObjCCommonMac 5115 : GetSectionName("__objc_imageinfo", "regular,no_dead_strip"); in EmitImageInfo() 6234 GetSectionName("__objc_classlist", in FinishNonFragileABIModule() 6238 GetSectionName("__objc_nlclslist", in FinishNonFragileABIModule() 6244 GetSectionName("__objc_catlist", in FinishNonFragileABIModule() 6247 GetSectionName("__objc_catlist2", in FinishNonFragileABIModule() 6250 GetSectionName("__objc_nlcatlist", in FinishNonFragileABIModule() 6648 PTGV->setSection(GetSectionName("__objc_protorefs", in GenerateProtocolRef() 7135 PTGV->setSection(GetSectionName("__objc_protolist", in GetOrEmitProtocol() [all …]
|