Home
last modified time | relevance | path

Searched refs:ForceRelocs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h28 bool ForceRelocs = false; variable
40 void setForceRelocs() { ForceRelocs = true; } in setForceRelocs()
H A DRISCVAsmBackend.cpp137 return STI.getFeatureBits()[RISCV::FeatureRelax] || ForceRelocs; in shouldForceRelocation()