Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCAsmInfo.cpp27 GlobalDirective = "\t.global\t"; in XtensaMCAsmInfo()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp57 GlobalDirective = "\t// .globl\t"; in NVPTXMCAsmInfo()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h342 const char *GlobalDirective; variable
719 const char *getGlobalDirective() const { return GlobalDirective; } in getGlobalDirective()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp61 GlobalDirective = "\t.globl\t"; in MCAsmInfo()