Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h42 std::string Sectname; member
61 : Segname(std::string(SegName)), Sectname(std::string(SectName)), in Section()
65 : Segname(std::string(SegName)), Sectname(std::string(SectName)), in Section()
DMachOWriter.cpp227 assert(Sec.Sectname.size() <= sizeof(Temp.sectname) && in writeSectionInLoadCommand()
231 memcpy(Temp.sectname, Sec.Sectname.data(), Sec.Sectname.size()); in writeSectionInLoadCommand()
DMachOReader.cpp305 if (Sec->Sectname == "__objc_imageinfo" && in readSwiftVersion()