Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h28 bool ForceRelocs = false; variable
43 void setForceRelocs() { ForceRelocs = true; } in setForceRelocs()
49 return ForceRelocs || STI.getFeatureBits()[RISCV::FeatureRelax]; in willForceRelocations()
H A DRISCVAsmBackend.cpp114 return STI.getFeatureBits()[RISCV::FeatureRelax] || ForceRelocs; in shouldForceRelocation()