Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h154 bool AllowAtInName; variable
447 bool doesAllowAtInName() const { return AllowAtInName; } in doesAllowAtInName()
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmInfo.cpp51 AllowAtInName = false; in MCAsmInfo()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp144 AllowAtInName = true; in X86MCAsmInfoMicrosoft()