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.h68 bool hasTSO() const { return HasTSO; } in hasTSO() function
H A DRISCVELFStreamer.cpp88 if (hasTSO()) in finish()