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 231 virtual bool isSectionText(DataRefImpl Sec) const = 0;
404 return OwningObject->isSectionText(SectionPimpl);
MachO.h 224 bool isSectionText(DataRefImpl Sec) const override;
ELFObjectFile.h 100 bool isSectionText(DataRefImpl Sec) const override;
471 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const {
COFF.h 601 bool isSectionText(DataRefImpl Sec) const override;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 352 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const {
    [all...]
MachOObjectFile.cpp 601 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const {
    [all...]

Completed in 392 milliseconds