Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp16 Section(StringRef SegName,StringRef SectName) Section() argument
20 Section(StringRef SegName,StringRef SectName,StringRef Content) Section() argument
171 constructSegment(SegmentType & Seg,llvm::MachO::LoadCommandType CmdType,StringRef SegName,uint64_t SegVMAddr,uint64_t SegVMSize) constructSegment() argument
184 addSegment(StringRef SegName,uint64_t SegVMSize) addSegment() argument
199 extractSegmentName(const char * SegName) extractSegmentName() argument
[all...]
H A DMachOObjcopy.cpp313 std::optional<StringRef> SegName = LC.getSegmentName(); addSection() local
334 StringRef SegName; findSection() local
H A DMachOReader.cpp32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); constructSectionCommon() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DObjectFileInterface.cpp87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp81 bool isMachOInitializerSection(StringRef SegName, StringRef SecName) { in isMachOInitializerSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h74 char SegName[17]; variable
/freebsd/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 = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1260 StringRef SegName) { in PrintChainedFixupsSegment()
1955 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
2050 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
2153 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
3506 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp308 std::string SegName; member