H A D | MachOObject.cpp | 17 Section::Section(StringRef SegName, StringRef SectName) in Section() argument 18 : Segname(SegName), Sectname(SectName), in Section() 19 CanonicalName((Twine(SegName) + Twine(',') + SectName).str()) {} in Section() 21 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section() argument 22 : Segname(SegName), Sectname(SectName), in Section() 23 CanonicalName((Twine(SegName) + Twine(',') + SectName).str()), in Section() 64 if (StringRef(LC.MachOLoadCommand.segment_command_data.segname) == in updateLoadCommandIndexes() 69 if (StringRef(LC.MachOLoadCommand.segment_command_64_data.segname) in updateLoadCommandIndexes() 172 constructSegment(SegmentType & Seg,llvm::MachO::LoadCommandType CmdType,StringRef SegName,uint64_t SegVMAddr,uint64_t SegVMSize) constructSegment() argument 185 addSegment(StringRef SegName,uint64_t SegVMSize) addSegment() argument 200 extractSegmentName(const char * SegName) extractSegmentName() argument [all...] |