Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.cpp16 Section::Section(StringRef SegName, StringRef SectName) in Section()
20 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section()
171 StringRef SegName, uint64_t SegVMAddr, uint64_t SegVMSize) { in constructSegment()
184 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment()
199 static StringRef extractSegmentName(const char *SegName) { in extractSegmentName()
DMachOObjcopy.cpp310 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection() local
331 StringRef SegName; in findSection() local
DMachOReader.cpp32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); in constructSectionCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp125 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
154 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp128 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
156 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp130 StringRef SegName; in startSynthesis() member
307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
DObjectFileInterface.cpp86 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
DMachOPlatform.cpp401 bool MachOPlatform::isInitializerSection(StringRef SegName, in isInitializerSection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCMachOStreamer.cpp142 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
172 StringRef SegName = MSec.getSegmentName(); in changeSection() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h74 char SegName[17]; variable
/external/llvm/tools/llvm-objdump/
DMachODump.cpp329 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
1080 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1176 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
2527 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3324 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
3341 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
3392 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
5071 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5134 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5180 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
[all …]
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp271 std::string SegName; member