1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/AsmParser
Quentin Colombet 45d7960509 [AsmParser] Expose an API to parse a string starting with a type.
Without actually parsing a type it is difficult to perdict where
the type definition ends. In other words, instead of expecting
the user of the parser API to hand over only the relevant bits
of the string being parsed, take the whole string, parse the type,
and get back the number of characters that have been read.

This will be used by the MIR testing infrastructure.

llvm-svn: 262884
2016-03-08 00:37:07 +00:00
..
Parser.h [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00
SlotMapping.h AsmParser: Save and restore the parsing state for types using SlotMapping. 2015-08-21 21:32:39 +00:00