Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h65 bool hasTSO() const { return HasTSO; } in hasTSO() function
H A DRISCVELFStreamer.cpp97 if (hasTSO()) in finish()