1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +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 Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
BitcodeCommon.h [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
BitcodeConvenience.h Bitcode: add some convenience helpers for streaming bitcode 2020-12-08 21:15:41 +00:00
BitcodeReader.h Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
BitcodeWriter.h [ThinLTO] Fix .llvmcmd emission 2020-10-28 17:45:30 -07:00
BitcodeWriterPass.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLVMBitCodes.h Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00