Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A 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()
H A DMachOObjcopy.cpp310 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection() local
331 StringRef SegName; in findSection() local
H A DMachOReader.cpp32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); in constructSectionCommon() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp125 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
154 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp128 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
156 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp130 StringRef SegName; in startSynthesis() member
307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
H A DObjectFileInterface.cpp86 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
H A DMachOPlatform.cpp401 bool MachOPlatform::isInitializerSection(StringRef SegName, in isInitializerSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp142 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
172 StringRef SegName = MSec.getSegmentName(); in changeSection() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h74 char SegName[17]; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h243 Segment &addSegment(StringRef SegName) { in addSegment()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp271 std::string SegName; member