Home
last modified time | relevance | path

Searched refs:GetSectionName (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h262 llvm::StringRef GetSectionName(const section_header_t &sect);
H A DObjectFilePECOFF.cpp754 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { 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 DCGObjCMac.cpp1038 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 …]