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

  /external/llvm/include/llvm/Object/
ObjectFile.h 255 virtual std::error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
439 return OwningObject->isSectionData(SectionPimpl, Result);
MachO.h 91 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
COFF.h 389 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
ELFObjectFile.h 89 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
428 std::error_code ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 293 std::error_code COFFObjectFile::isSectionData(DataRefImpl Ref,
    [all...]
MachOObjectFile.cpp 741 std::error_code MachOObjectFile::isSectionData(DataRefImpl Sec,
    [all...]

Completed in 140 milliseconds