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 D | MachOObject.cpp | 16 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 D | MachOObjcopy.cpp | 310 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection() local 331 StringRef SegName; in findSection() local
|
H A D | MachOReader.cpp | 32 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 D | MCMachOStreamer.cpp | 125 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local 154 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 128 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 D | DebuggerSupportPlugin.cpp | 130 StringRef SegName; in startSynthesis() member 307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
|
H A D | ObjectFileInterface.cpp | 86 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
|
H A D | MachOPlatform.cpp | 401 bool MachOPlatform::isInitializerSection(StringRef SegName, in isInitializerSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 142 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 D | MachODump.cpp | 329 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 D | MachOLinkGraphBuilder.h | 74 char SegName[17]; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 243 Segment &addSegment(StringRef SegName) { in addSegment()
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 271 std::string SegName; member
|