Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp57 GlobalDirective = "\t// .globl\t"; in NVPTXMCAsmInfo()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dglobal-directive.ll4 ; Make sure the GlobalDirective isn't merged with the function name
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h339 const char *GlobalDirective; variable
724 const char *getGlobalDirective() const { return GlobalDirective; } in getGlobalDirective()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmInfo.cpp60 GlobalDirective = "\t.globl\t"; in MCAsmInfo()