HomeSort by: relevance | last modified time | path
    Searched defs:IsReadOnly (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 551 bool IsReadOnly = isReadOnlyData(Section);
582 } else if (IsReadOnly) {
802 bool IsReadOnly = isReadOnlyData(Section);
857 Name, IsReadOnly);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 2575 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly();
2576 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) {

Completed in 53 milliseconds