Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp325 MachOObjectFile::getSection64(DataRefImpl DRI, in getSection64() function in llvm::object::MachOObjectFile
374 getSection64(DRI, Sect); in getSectionAddress()
388 getSection64(DRI, Sect); in getSectionSize()
402 getSection64(DRI, Sect); in getSectionContents()
416 getSection64(DRI, Sect); in getSectionAlignment()
430 getSection64(DRI, Sect); in isSectionText()
494 getSection64(Sec, Sect); in getSectionRelEnd()
529 getSection64(Sections[Rel.d.b], Sect); in getRelocation()
549 getSection64(Sections[Rel.d.b], Sect); in getRelocationAddress()
603 getSection64(Sections[Rel.d.b], Sect); in getRelocationAdditionalInfo()
/external/llvm/lib/Object/
DMachOObjectFile.cpp164 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
610 return getSection64(Sec).addr; in getSectionAddress()
623 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
649 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
665 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
728 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
2066 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
2077 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
2206 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h95 void getSection64(DataRefImpl DRI,
/external/llvm/include/llvm/Object/
DMachO.h335 MachO::section_64 getSection64(DataRefImpl DRI) const;
337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/tools/llvm-size/
Dllvm-size.cpp227 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
289 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp214 return Obj.getSection64(LCI, Idx); in getSection()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp407 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
810 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
904 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1086 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
2237 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
2293 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
2461 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
8912 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()