1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/AsmParser
Petr Hosek a8839c989d Support for instrumenting only selected files or functions
This change implements support for applying profile instrumentation
only to selected files or functions. The implementation uses the
sanitizer special case list format to select which files and functions
to instrument, and relies on the new noprofile IR attribute to exclude
functions from instrumentation.

Differential Revision: https://reviews.llvm.org/D94820
2021-01-26 11:11:39 -08:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LLLexer.cpp Support for instrumenting only selected files or functions 2021-01-26 11:11:39 -08:00
LLLexer.h
LLParser.cpp Support for instrumenting only selected files or functions 2021-01-26 11:11:39 -08:00
LLParser.h Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
LLToken.h Support for instrumenting only selected files or functions 2021-01-26 11:11:39 -08:00
Parser.cpp