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

  /external/llvm/include/llvm/Object/
ObjectFile.h 254 virtual std::error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
435 return OwningObject->isSectionText(SectionPimpl, Result);
MachO.h 90 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
COFF.h 388 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
ELFObjectFile.h 88 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
421 std::error_code ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 286 std::error_code COFFObjectFile::isSectionText(DataRefImpl Ref,
    [all...]
MachOObjectFile.cpp 734 std::error_code MachOObjectFile::isSectionText(DataRefImpl Sec,
787 // Consider using the code from isSectionText to look for __const sections.
    [all...]

Completed in 179 milliseconds