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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h53 virtual object::section_iterator end_sections() const function in class:llvm::ObjectImageCommon
54 { return ObjFile->end_sections(); }
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp283 Result = end_sections();
567 section_iterator COFFObjectFile::end_sections() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp320 for (section_iterator SI = O->begin_sections(), SE = O->end_sections();
653 Res = end_sections();
1248 section_iterator MachOObjectFile::end_sections() const { function in class:llvm::object::MachOObjectFile
1442 return *end_sections();
/external/llvm/include/llvm/Object/
H A DELF.h740 virtual section_iterator end_sections() const;
1261 Res = end_sections();
1462 return end_sections();
1467 return end_sections();
2616 section_iterator ELFObjectFile<ELFT>::end_sections() const { function in class:llvm::object::ELFObjectFile

Completed in 147 milliseconds