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

  /src/external/apache2/llvm/dist/llvm/tools/lli/
RemoteJITUtils.h 51 bool IsReadOnly) override {
53 IsReadOnly);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 25 bool IsReadOnly) {
26 if (IsReadOnly)
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
ExecutionEngine.h 164 const char *SectionName, LLVMBool IsReadOnly);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 113 bool IsReadOnly) = 0;
  /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/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 89 bool IsReadOnly) override {
90 if (IsReadOnly) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 207 bool IsReadOnly) override;
317 bool IsReadOnly) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 515 void addLoad(MemoryLocation &Loc, bool IsReadOnly) {
519 if (IsReadOnly)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 2575 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly();
2576 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) {

Completed in 27 milliseconds