1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/lib/Remarks
Francis Visoiu Mistrih c7ec133d42 [Remarks] Add support for prepending a path to external files
This helps with testing and debugging for paths that are assumed
absolute.

It also uses a FileError to provide the file path it's trying to open.

llvm-svn: 375008
2019-10-16 15:40:59 +00:00
..
BitstreamRemarkParser.cpp [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
BitstreamRemarkParser.h [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
BitstreamRemarkSerializer.cpp [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
CMakeLists.txt [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00
LLVMBuild.txt [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00
Remark.cpp [Remarks] Simplify and refactor the RemarkParser interface 2019-07-16 15:25:05 +00:00
RemarkFormat.cpp Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
RemarkParser.cpp [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
RemarkSerializer.cpp [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
RemarkStringTable.cpp [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
YAMLRemarkParser.cpp [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
YAMLRemarkParser.h [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
YAMLRemarkSerializer.cpp [Remarks] Pass StringBlockValue as StringRef. 2019-10-07 17:05:09 +00:00