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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CommonArgs.cpp 1272 bool ROPI = false, RWPI = false;
1278 ROPI = true;
1288 // ROPI and RWPI are not compatible with PIC or PIE.
1289 if ((ROPI || RWPI) && (PIC || PIE))
1313 if (ROPI && RWPI)
1315 else if (ROPI)
1316 RelocM = llvm::Reloc::ROPI;

Completed in 17 milliseconds