Searched defs:end_sections (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImage.h38 virtual object::section_iterator end_sections() const function in class:llvm::ObjectImage
39 { return ObjFile->end_sections(); }
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp282 Result = end_sections();
536 section_iterator COFFObjectFile::end_sections() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp328 Res = end_sections();
673 section_iterator MachOObjectFile::end_sections() const { function in class:llvm::object::MachOObjectFile
943 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE;
/external/llvm/include/llvm/Object/
H A DELF.h594 virtual section_iterator end_sections() const;
1031 Res = end_sections();
2006 ::end_sections() const { function in class:llvm::object::ELFObjectFile

Completed in 40 milliseconds