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

  /external/llvm/include/llvm/Object/
ObjectFile.h 264 virtual std::error_code isSectionReadOnlyData(DataRefImpl Sec,
459 return OwningObject->isSectionReadOnlyData(SectionPimpl, Result);
MachO.h 97 std::error_code isSectionReadOnlyData(DataRefImpl Sec,
COFF.h 393 std::error_code isSectionReadOnlyData(DataRefImpl Sec,
ELFObjectFile.h 95 std::error_code isSectionReadOnlyData(DataRefImpl Sec,
468 std::error_code ELFObjectFile<ELFT>::isSectionReadOnlyData(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 329 std::error_code COFFObjectFile::isSectionReadOnlyData(DataRefImpl Ref,
    [all...]
MachOObjectFile.cpp 785 std::error_code MachOObjectFile::isSectionReadOnlyData(DataRefImpl Sec,
    [all...]

Completed in 34 milliseconds