Searched refs:getSection64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 184 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() 1944 return getSection64(Sec).addr; in getSectionAddress() 1961 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 1992 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 2007 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 2171 return getSection64(Sec).offset == 0; in isSectionStripped() 2186 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 4625 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile 4636 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile 4786 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
|
| H A D | MachOUniversalWriter.cpp | 52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 653 MachO::section_64 getSection64(DataRefImpl DRI) const; 655 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 229 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 291 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 128 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 657 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 993 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations() 1653 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1743 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1957 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 3231 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 3287 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 3438 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 10136 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
|