HomeSort by relevance Sort by last modified time
    Searched refs:getSectionContents (Results 1 - 25 of 69) sorted by null

1 2 3

  /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/include/llvm/Object/
COFF.h 109 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
MachO.h 56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
ObjectFile.h 243 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
382 return OwningObject->getSectionContents(SectionPimpl, Result);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 293 error(Ctx.COFF.getSectionContents(XData, Contents));
315 error(Ctx.COFF.getSectionContents(PData, Contents));
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
368 auto sectionContents = Obj.getSectionContents(Shdr);
405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
  /external/llvm/include/llvm/Object/
ObjectFile.h 216 virtual std::error_code getSectionContents(DataRefImpl Sec,
380 return OwningObject->getSectionContents(SectionPimpl, Result);
ELF.h 207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 219 virtual std::error_code getSectionContents(DataRefImpl Sec,
393 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 110 std::error_code getSectionContents(DataRefImpl Sec,
  /system/core/libbacktrace/
BacktraceOffline.cpp 668 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
690 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
698 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
721 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);

Completed in 781 milliseconds

1 2 3