Searched defs:SegName (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 16 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 D | MachOObjcopy.cpp | 313 std::optional<StringRef> SegName = LC.getSegmentName(); addSection() local 334 StringRef SegName; findSection() local
|
H A D | MachOReader.cpp | 32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); constructSectionCommon() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebuggerSupportPlugin.cpp |
|
H A D | ObjectFileInterface.cpp | 87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | ObjectFormats.cpp | 81 bool isMachOInitializerSection(StringRef SegName, StringRef SecName) { in isMachOInitializerSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 74 char SegName[17]; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 310 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 D | MachODumper.cpp | 308 std::string SegName; member
|