Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp50 IsHLASM = true; in SystemZMCAsmInfoGOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h114 bool IsHLASM = false; variable
512 bool isHLASM() const { return IsHLASM; } in isHLASM()