1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/Bitcode
Petr Hosek 3cfd18b793 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 17:13:34 -08:00
..
BitcodeAnalyzer.h
BitcodeCommon.h
BitcodeConvenience.h Bitcode: add some convenience helpers for streaming bitcode 2020-12-08 21:15:41 +00:00
BitcodeReader.h
BitcodeWriter.h [ThinLTO] Fix .llvmcmd emission 2020-10-28 17:45:30 -07:00
BitcodeWriterPass.h
LLVMBitCodes.h Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00