Home
last modified time | relevance | path

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

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