HomeSort by relevance Sort by last modified time
    Searched defs:begin_sections (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImage.h 36 virtual object::section_iterator begin_sections() const function in class:llvm::ObjectImage
37 { return ObjFile->begin_sections(); }
  /external/llvm/lib/Object/
COFFObjectFile.cpp 528 section_iterator COFFObjectFile::begin_sections() const { function in class:COFFObjectFile
MachOObjectFile.cpp 665 section_iterator MachOObjectFile::begin_sections() const { function in class:llvm::object::MachOObjectFile
941 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE;
970 section_iterator SI = begin_sections();
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 586 virtual section_iterator begin_sections() const;
1719 ::begin_sections() const { function in class:llvm::object::ELFObjectFile
    [all...]

Completed in 908 milliseconds