HomeSort by: relevance | last modified time | path
    Searched refs:section_begin (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.h 107 return SectionFilterIterator(Predicate, Object.section_begin(),
MachODump.cpp 405 section_iterator SI = O->section_begin();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp 176 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end();
189 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end();
375 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end();
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 358 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
427 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
539 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
644 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
670 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
RuntimeDyldMachO.cpp 165 section_iterator SI = Obj.section_begin();
RuntimeDyldELF.cpp 154 auto SI = SourceObject.section_begin();
672 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
1947 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3843 unsigned char *section_begin; local
3849 for (section_begin = start, num_units = 0; section_begin < end;
3857 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end);
3860 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end);
3871 if (length > (size_t) (end - section_begin))
3875 length, end - section_begin, section->name);
3878 section_begin += length;
3943 for (section_begin = start; start < end;)
3955 cu_offset = start - section_begin;
7396 unsigned char *section_begin = start; local
8472 unsigned char *section_begin = start; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3767 unsigned char *section_begin; local
3773 for (section_begin = start, num_units = 0; section_begin < end;
3781 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end);
3784 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end);
3795 if (length > (size_t) (end - section_begin))
3799 length, end - section_begin, section->name);
3802 section_begin += length;
3867 for (section_begin = start; start < end;)
3879 cu_offset = start - section_begin;
7316 unsigned char *section_begin = start; local
8398 unsigned char *section_begin = start; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 315 virtual section_iterator section_begin() const = 0;
320 return section_iterator_range(section_begin(), section_end());
Wasm.h 204 section_iterator section_begin() const override;
XCOFFObjectFile.h 313 section_iterator section_begin() const override;
ELFObjectFile.h 424 section_iterator section_begin() const override;
1136 section_iterator ELFObjectFile<ELFT>::section_begin() const { function in class:llvm::object::ELFObjectFile
MachO.h 360 section_iterator section_begin() const override;
COFF.h 976 section_iterator section_begin() const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 200 section_iterator SI = OB->getBinary()->section_begin();
XCOFFObjectFile.cpp 421 section_iterator XCOFFObjectFile::section_begin() const { function in class:llvm::object::XCOFFObjectFile
COFFObjectFile.cpp 915 section_iterator COFFObjectFile::section_begin() const { function in class:COFFObjectFile
WasmObjectFile.cpp 1736 section_iterator WasmObjectFile::section_begin() const { function in class:WasmObjectFile
MachOObjectFile.cpp 2540 section_iterator MachOObjectFile::section_begin() const { function in class:MachOObjectFile
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 441 SectionIter = File.obj().section_begin();
  /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
ClangOffloadBundler.cpp 515 CurrentSection(Obj->section_begin()),
516 NextSection(Obj->section_begin()) {}

Completed in 60 milliseconds