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

/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImage.h38 virtual object::section_iterator end_sections() const function in class:llvm::ObjectImage
39 { return ObjFile->end_sections(); }
H A DRuntimeDyld.cpp115 section_iterator si = obj->end_sections();
118 if (si == obj->end_sections()) continue;
149 se = obj->end_sections(); si != se; si.increment(err)) {
H A DRuntimeDyldMachO.cpp240 se = Obj.end_sections();
H A DRuntimeDyldELF.cpp414 section_iterator si(Obj.end_sections());
416 if (si == Obj.end_sections())
/macosx-10.10/llvmCore-3425.0.34/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;
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp189 e = Obj->end_sections();
364 for (section_iterator si = o->begin_sections(), se = o->end_sections();
397 for (section_iterator si = o->begin_sections(), se = o->end_sections();
421 se = o->end_sections();
515 section_iterator Section = o->end_sections();
553 else if (Section == o->end_sections())
H A DMachODump.cpp214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) {
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp78 e = Obj->end_sections();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h169 virtual section_iterator end_sections() const;
H A DMachO.h40 virtual section_iterator end_sections() const;
H A DObjectFile.h233 /// end_sections() if it is undefined or is an absolute symbol.
362 virtual section_iterator end_sections() const = 0;
H A DELF.h645 virtual section_iterator end_sections() const;
1125 Res = end_sections();
2100 ::end_sections() const { function in class:llvm::object::ELFObjectFile
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DObject.cpp42 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0;
H A DMachOObjectFile.cpp336 Res = end_sections();
681 section_iterator MachOObjectFile::end_sections() const { function in class:llvm::object::MachOObjectFile
951 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE;
H A DCOFFObjectFile.cpp280 Result = end_sections();
534 section_iterator COFFObjectFile::end_sections() const { function in class:COFFObjectFile
/macosx-10.10/llvmCore-3425.0.34/utils/obj2yaml/
H A Dcoff2yaml.cpp259 iter != Obj.end_sections(); iter.increment(ec)) {

Completed in 255 milliseconds