Searched defs:SegName (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp128 LoadCommand &Object::addSegment(StringRef SegName) { argument
142 static StringRef extractSegmentName(const char *SegName) { argument
119 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, StringRef SegName) argument
[all...]
H A DMachOObjcopy.cpp264 Optional<StringRef> SegName = LC.getSegmentName(); local
H A DObject.h58 Section(StringRef SegName, StringRef SectName) argument
62 Section(StringRef SegName, StringRef SectName, StringRef Content) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h73 char SegName[17]; member in class:llvm::jitlink::MachOLinkGraphBuilder::NormalizedSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp125 StringRef SegName = MSec.getSegmentName(); local
154 StringRef SegName = MSec.getSegmentName(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp298 std::string SegName; member in struct:__anon4873::MachOSegment
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp379 StringRef SegName = SLC.segname; local
386 StringRef SegName = SLC.segname; local
1013 StringRef SegName = O->getSectionFinalSegmentName(DRI); local
1069 const StringRef SegName = O->getSectionFinalSegmentName(DRI); local
1089 const StringRef SegName local
1751 StringRef SegName = O->getSectionFinalSegmentName(Ref); local
1853 StringRef SegName = O->getSectionFinalSegmentName(Ref); local
1955 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); local
3295 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
4096 StringRef SegName = O->getSectionFinalSegmentName(Ref); local
4118 StringRef SegName = O->getSectionFinalSegmentName(Ref); local
4167 StringRef SegName = O->getSectionFinalSegmentName(Ref); local
5846 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
5914 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
5965 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
6027 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
6082 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); local
8527 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) argument
[all...]

Completed in 182 milliseconds