Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp17 Section::Section(StringRef SegName, StringRef SectName) in Section()
21 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section()
172 StringRef SegName, uint64_t SegVMAddr, uint64_t SegVMSize) { in constructSegment()
185 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment()
200 static StringRef extractSegmentName(const char *SegName) { in extractSegmentName()
H A DMachOObjcopy.cpp321 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection() local
342 StringRef SegName; in findSection() local
H A DMachOReader.cpp33 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); in constructSectionCommon() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp77 isMachOInitializerSection(StringRef SegName,StringRef SecName) isMachOInitializerSection() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp141 StringRef SegName = MSec.getSegmentName(); canGoAfterDWARF() local
171 StringRef SegName = MSec.getSegmentName(); changeSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h74 char SegName[17]; variable
/freebsd-src/contrib/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
4307 StringRef SegName = O->getSectionFinalSegmentName(Ref); get_section() local
4329 StringRef SegName = O->getSectionFinalSegmentName(Ref); walk_pointer_list_64() local
4378 StringRef SegName = O->getSectionFinalSegmentName(Ref); walk_pointer_list_32() local
6057 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_message_refs64() local
6125 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_message_refs32() local
6176 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info64() local
6238 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info32() local
6293 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); print_image_info() local
8426 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...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp308 std::string SegName; member