HomeSort by relevance Sort by last modified time
    Searched refs:end_sections (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 53 virtual object::section_iterator end_sections() const function in class:llvm::ObjectImageCommon
54 { return ObjFile->end_sections(); }
RuntimeDyld.cpp 111 section_iterator si = obj->end_sections();
114 if (si == obj->end_sections()) continue;
140 se = obj->end_sections(); si != se; si.increment(err)) {
RuntimeDyldELF.cpp 414 se = Obj.end_sections(); si != se; si.increment(err)) {
457 section_iterator tsi(Obj.end_sections());
634 section_iterator si(Obj.end_sections());
636 if (si == Obj.end_sections())
RuntimeDyldMachO.cpp 242 se = Obj.end_sections();
  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 40 virtual object::section_iterator end_sections() const = 0;
  /external/llvm/tools/llvm-size/
llvm-size.cpp 116 e = o->end_sections(); i != e;
158 e = o->end_sections(); i != e;
194 e = o->end_sections(); i != e;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 212 e = Obj->end_sections();
399 for (section_iterator si = o->begin_sections(), se = o->end_sections();
432 for (section_iterator si = o->begin_sections(), se = o->end_sections();
456 se = o->end_sections();
550 section_iterator Section = o->end_sections();
591 else if (Section == o->end_sections())
COFFDump.cpp 244 SE = Obj->end_sections();
MachODump.cpp 214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) {
  /external/llvm/include/llvm/Object/
COFF.h 171 virtual section_iterator end_sections() const;
MachO.h 40 virtual section_iterator end_sections() const;
ObjectFile.h 234 /// end_sections() if it is undefined or is an absolute symbol.
368 virtual section_iterator end_sections() const = 0;
ELF.h 715 virtual section_iterator end_sections() const;
2281 section_iterator ELFObjectFile<ELFT>::end_sections() const { function in class:llvm::object::ELFObjectFile
    [all...]
  /external/llvm/lib/Object/
Object.cpp 42 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0;
MachOObjectFile.cpp 335 Res = end_sections();
714 section_iterator MachOObjectFile::end_sections() const { function in class:llvm::object::MachOObjectFile
984 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE;
    [all...]
COFFObjectFile.cpp 282 Result = end_sections();
548 section_iterator COFFObjectFile::end_sections() const { function in class:COFFObjectFile
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 265 dump(obj, &dumpSection, obj->begin_sections(), obj->end_sections(),
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 258 iter != Obj.end_sections(); iter.increment(ec)) {
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 490 e = Obj->end_sections();

Completed in 248 milliseconds