Searched defs:SegName (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
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()
|
D | MachOObjcopy.cpp | 310 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection() local 331 StringRef SegName; in findSection() local
|
D | MachOReader.cpp | 32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); in constructSectionCommon() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 125 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local 154 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 128 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/ |
D | DebuggerSupportPlugin.cpp | 130 StringRef SegName; in startSynthesis() member 307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
|
D | ObjectFileInterface.cpp | 86 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() local
|
D | MachOPlatform.cpp | 401 bool MachOPlatform::isInitializerSection(StringRef SegName, in isInitializerSection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 142 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/ |
D | MachOLinkGraphBuilder.h | 74 char SegName[17]; variable
|
/external/llvm/tools/llvm-objdump/ |
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 …]
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 271 std::string SegName; member
|