Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h489 MachO::section_64 getSection64(DataRefImpl DRI) const;
491 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1920 return getSection64(Sec).addr; in getSectionAddress()
1937 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1968 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1983 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2065 return getSection64(Sec).offset == 0; in isSectionStripped()
2080 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4268 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
4279 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
4424 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
H A DMachOUniversalWriter.cpp45 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp240 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
302 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp121 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp236 return Obj.getSection64(LCI, Idx); in getSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp344 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp668 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
1004 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1432 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1522 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1743 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3008 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3064 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3215 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
10104 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp614 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()