HomeSort by relevance Sort by last modified time
    Searched defs:getSectionContents (Results 1 - 14 of 14) sorted by null

  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 196 getSectionContents(const COFFObjectFile *Obj,
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
464 error(Obj->getSectionContents(Pdata, Contents));
568 error(getSectionContents(
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 265 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const;
377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {
ELFObjectFile.h 253 std::error_code getSectionContents(DataRefImpl Sec,
387 auto ErrorOrContents = EF.getSectionContents(&Sec);
684 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec,
MachOObjectFile.cpp 398 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI,
ELFObjectFile.cpp 340 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
692 ::getSectionContents(DataRefImpl Sec,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 191 getSectionContents(const COFFObjectFile *Obj,
200 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
459 error(Obj->getSectionContents(Pdata, Contents));
563 error(getSectionContents(
  /external/llvm/include/llvm/Object/
ELF.h 207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {
ELFObjectFile.h 227 std::error_code getSectionContents(DataRefImpl Sec,
585 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec,
  /external/llvm/lib/Object/
COFFObjectFile.cpp 281 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref,
285 std::error_code EC = getSectionContents(Sec, Res);
    [all...]
MachOObjectFile.cpp 643 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp     [all...]
COFFObjectFile.cpp 297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref,
301 std::error_code EC = getSectionContents(Sec, Res);
    [all...]
MachOObjectFile.cpp     [all...]

Completed in 308 milliseconds