1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz 592bfaf056 MIR Parser: Extract the MDNode parsing code into a separate method. NFC.
This change would allow the machine instruction parser to reuse this method when
parsing the metadata node for the machine instruction's debug location property.

llvm-svn: 242934
2015-07-22 21:07:04 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
Makefile
MILexer.cpp MIR Serialization: Serialize the metadata machine operands. 2015-07-22 17:58:46 +00:00
MILexer.h MIR Serialization: Serialize the metadata machine operands. 2015-07-22 17:58:46 +00:00
MIParser.cpp MIR Parser: Extract the MDNode parsing code into a separate method. NFC. 2015-07-22 21:07:04 +00:00
MIParser.h MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MIRParser.cpp MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00