Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h181 bool AllowAtInName = false; variable
553 bool doesAllowAtInName() const { return AllowAtInName; } in doesAllowAtInName()
554 void setAllowAtInName(bool V) { AllowAtInName = V; } in setAllowAtInName()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp170 AllowAtInName = true; in X86MCAsmInfoMicrosoft()
205 AllowAtInName = true; in X86MCAsmInfoGNUCOFF()
/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.cpp41 AllowAtInName = true; in SystemZMCAsmInfoGOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp61 AllowAtInName = true; in MipsCOFFMCAsmInfo()