Searched refs:RelocM (Results 1 – 1 of 1) sorted by relevance
1279 llvm::Reloc::Model RelocM = llvm::Reloc::Static; in ParsePICArgs() local1281 RelocM = llvm::Reloc::ROPI_RWPI; in ParsePICArgs()1283 RelocM = llvm::Reloc::ROPI; in ParsePICArgs()1285 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()1287 return std::make_tuple(RelocM, 0U, false); in ParsePICArgs()