Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp46 AsciiDirective = nullptr; // not supported in NVPTXMCAsmInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp41 AsciiDirective = nullptr; // not supported in MCAsmInfoXCOFF()
DMCAsmInfo.cpp54 AsciiDirective = "\t.ascii\t"; in MCAsmInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h259 const char *AsciiDirective; variable
702 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective()