Home
last modified time | relevance | path

Searched defs:SegName (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp17 Section::Section(StringRef SegName, StringRef SectName) in Section() argument
21 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section() argument
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...]
H A DMachOObjcopy.cpp321 std::optional<StringRef> SegName = LC.getSegmentName(); addSection() local
342 StringRef SegName; findSection() local
H A DMachOReader.cpp33 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); constructSectionCommon() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp81 isMachOInitializerSection(StringRef SegName,StringRef SecName) isMachOInitializerSection() argument
/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp147 StringRef SegName = MSec.getSegmentName(); canGoAfterDWARF() local
177 StringRef SegName = MSec.getSegmentName(); changeSection() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); getMachOObjectFileSymbolInfo() local
/llvm-project/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp270 StringRef SegName = SLC.segname; getImageBaseAddress() local
275 StringRef SegName = SLC.segname; getImageBaseAddress() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h74 char SegName[17]; variable
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp310 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
317 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
945 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
1001 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1021 const StringRef SegName in PrintRelocations() local
1260 PrintChainedFixupsSegment(const ChainedFixupsSegment & Segment,StringRef SegName) PrintChainedFixupsSegment() argument
1955 StringRef SegName = O->getSectionFinalSegmentName(Ref); DumpSectionContents() local
2050 StringRef SegName = O->getSectionFinalSegmentName(Ref); DumpInfoPlistSectionContents() local
2153 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); ProcessMachO() local
3506 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); get_pointer_64() local
4323 StringRef SegName = O->getSectionFinalSegmentName(Ref); get_section() local
4345 StringRef SegName = O->getSectionFinalSegmentName(Ref); walk_pointer_list_64() local
4394 StringRef SegName = O->getSectionFinalSegmentName(Ref); walk_pointer_list_32() local
6169 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_message_refs64() local
6237 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_message_refs32() local
6288 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info64() local
6350 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info32() local
6405 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info() local
8538 PrintSegmentCommand(uint32_t cmd,uint32_t cmdsize,StringRef SegName,uint64_t vmaddr,uint64_t vmsize,uint64_t fileoff,uint64_t filesize,uint32_t maxprot,uint32_t initprot,uint32_t nsects,uint32_t flags,uint32_t object_size,bool verbose) PrintSegmentCommand() argument
[all...]
/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp308 std::string SegName; member