Searched refs:getSection64 (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | MachO.h | 644 MachO::section_64 getSection64(DataRefImpl DRI) const; 646 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() 1936 return getSection64(Sec).addr; in getSectionAddress() 1953 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 1984 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 1999 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 2163 return getSection64(Sec).offset == 0; in isSectionStripped() 2178 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 4615 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile 4626 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile 4771 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
|
| H A D | MachOUniversalWriter.cpp | 52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 233 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 295 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 239 return Obj.getSection64(LCI, Idx); in getSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 134 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 687 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 1023 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations() 1683 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1773 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1994 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 3265 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 3321 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 3472 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 10413 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
|
| /openbsd-src/gnu/llvm/llvm/tools/sancov/ |
| H A D | sancov.cpp | 623 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()
|