llvm-6502/lib/AsmParser
Duncan P. N. Exon Smith ca8d3bf8af IR: Split out DebugInfoMetadata.h, NFC
Move debug-info-centred `Metadata` subclasses into their own
header/source file.  A couple of private template functions are needed
from both `Metadata.cpp` and `DebugInfoMetadata.cpp`, so I've moved them
to `lib/IR/MetadataImpl.h`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227835 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-02 18:53:21 +00:00
..
CMakeLists.txt
LLLexer.cpp Remove unused tokens in the ll lexer. 2015-01-29 14:45:09 +00:00
LLLexer.h
LLParser.cpp IR: Split out DebugInfoMetadata.h, NFC 2015-02-02 18:53:21 +00:00
LLParser.h AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC 2015-01-20 02:42:29 +00:00
LLToken.h Remove unused tokens in the ll lexer. 2015-01-29 14:45:09 +00:00
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp Remove std::move that was preventing return value optimization. 2015-01-17 00:46:44 +00:00