Searched refs:RelocM (Results 1 – 1 of 1) sorted by relevance
1967 llvm::Reloc::Model RelocM = llvm::Reloc::Static; in ParsePICArgs() local1969 RelocM = llvm::Reloc::ROPI_RWPI; in ParsePICArgs()1971 RelocM = llvm::Reloc::ROPI; in ParsePICArgs()1973 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()1975 return std::make_tuple(RelocM, 0U, false); in ParsePICArgs()