Home
last modified time | relevance | path

Searched refs:getSection64 (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h644 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 DMachOObjectFile.cpp182 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 DMachOUniversalWriter.cpp52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp233 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 DMachOUtils.cpp239 return Obj.getSection64(LCI, Idx); in getSection()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp134 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp687 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 Dsancov.cpp623 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()