Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp137 AllowAtInName = true; in X86MCAsmInfoMicrosoft()
170 AllowAtInName = true; in X86MCAsmInfoGNUCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp23 AllowAtInName = true; in ARCMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h194 bool AllowAtInName = false; variable
662 bool doesAllowAtInName() const { return AllowAtInName; } in doesAllowAtInName()