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

  /external/llvm/include/llvm/Object/
ObjectFile.h 110 std::error_code isReadOnlyData(bool &Result) const;
458 inline std::error_code SectionRef::isReadOnlyData(bool &Result) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 261 Check(Section.isReadOnlyData(IsReadOnly));
416 Check(Section.isReadOnlyData(IsReadOnly));

Completed in 413 milliseconds