Home
last modified time | relevance | path

Searched refs:AllowAtInName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp137 AllowAtInName = true; in X86MCAsmInfoMicrosoft()
172 AllowAtInName = true; in X86MCAsmInfoGNUCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h197 bool AllowAtInName = false; variable
690 bool doesAllowAtInName() const { return AllowAtInName; } in doesAllowAtInName()
691 void setAllowAtInName(bool V) { AllowAtInName = V; } in setAllowAtInName()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp23 AllowAtInName = true; in ARCMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp30 AllowAtInName = true; in SystemZMCAsmInfoGOFF()