Searched refs:getSection64 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 135 getSection64(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset() 453 MachOObjectFile::getSection64(DataRefImpl DRI, in getSection64() function in llvm::object::MachOObjectFile 502 getSection64(DRI, Sect); in getSectionAddress() 516 getSection64(DRI, Sect); in getSectionSize() 530 getSection64(DRI, Sect); in getSectionContents() 544 getSection64(DRI, Sect); in getSectionAlignment() 558 getSection64(DRI, Sect); in isSectionText() 600 getSection64(DRI, Sect); in isSectionZeroInit() 652 getSection64(Sec, Sect); in getSectionRelEnd() 685 getSection64(Sections[Rel.d.b], Sect); in getRelocation() [all …]
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 119 void getSection64(DataRefImpl DRI,
|