llvm-6502/include/llvm/MC/MCParser
Toma Tabacu 203a9224ff [mips] [IAS] Implement the .asciiz directive.
Summary:
This directive is exactly the same as .asciz, except it's only used by MIPS.
It is used to store null terminated strings in object files.

Reviewers: rafael, dsanders, echristo

Reviewed By: dsanders, echristo

Subscribers: echristo, llvm-commits

Differential Revision: http://reviews.llvm.org/D7530

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235382 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-21 11:50:52 +00:00
..
AsmCond.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
AsmLexer.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
MCAsmLexer.h Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
MCAsmParser.h [mips] [IAS] Implement the .asciiz directive. 2015-04-21 11:50:52 +00:00
MCAsmParserExtension.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
MCParsedAsmOperand.h [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00