Searched refs:end_sections (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
H A DObject.cpp40 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0;
H A DCOFFObjectFile.cpp495 section_iterator COFFObjectFile::end_sections() const { function in class:COFFObjectFile
H A DELFObjectFile.cpp370 virtual section_iterator end_sections() const;
1210 ::end_sections() const { function in class:ELFObjectFile
H A DMachOObjectFile.cpp514 section_iterator MachOObjectFile::end_sections() const { function in class:llvm::object::MachOObjectFile
/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp60 e = Obj->end_sections();
/external/swiftshader/third_party/LLVM/tools/llvm-size/
H A Dllvm-size.cpp116 e = o->end_sections(); i != e;
158 e = o->end_sections(); i != e;
194 e = o->end_sections(); i != e;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A Dllvm-objdump.cpp167 e = Obj->end_sections();
322 for (section_iterator si = o->begin_sections(), se = o->end_sections();
352 for (section_iterator si = o->begin_sections(), se = o->end_sections();
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h35 virtual section_iterator end_sections() const;
H A DCOFF.h139 virtual section_iterator end_sections() const;
H A DObjectFile.h277 virtual section_iterator end_sections() const = 0;

Completed in 210 milliseconds