llvm-6502/lib/Transforms/Instrumentation
Ismail Pazarbasi 6c318f59b1 SanitizerCoverage: Use createSanitizerCtor to create ctor and call init
Second attempt; instead of using a named local variable, passing
arguments directly to `createSanitizerCtorAndInitFunctions` worked
on Windows.

Reviewers: kcc, samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8780

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236951 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-10 13:45:05 +00:00
..
AddressSanitizer.cpp ASan: Use createSanitizerCtor to create ctor, and call __asan_init 2015-05-07 21:40:46 +00:00
BoundsChecking.cpp Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. 2015-03-23 19:32:43 +00:00
CMakeLists.txt Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. 2015-02-11 03:28:02 +00:00
DataFlowSanitizer.cpp Change typeIncompatible to return an AttrBuilder instead of new-ing an AttributeSet. 2015-05-06 23:19:56 +00:00
GCOVProfiling.cpp IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
InstrProfiling.cpp InstrProf: Instrumenter support for setting profile output from command line 2015-04-30 23:49:23 +00:00
Instrumentation.cpp InstrProf: An intrinsic and lowering for instrumentation based profiling 2014-12-08 18:02:35 +00:00
LLVMBuild.txt Update libdeps since TLI was moved from Target to Analysis in r226078. 2015-01-15 05:21:00 +00:00
Makefile
MaximumSpanningTree.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
MemorySanitizer.cpp MSan: Use createSanitizerCtor to create ctor, and call __msan_init 2015-05-07 21:41:52 +00:00
SanitizerCoverage.cpp SanitizerCoverage: Use createSanitizerCtor to create ctor and call init 2015-05-10 13:45:05 +00:00
ThreadSanitizer.cpp TSan: Use createSanitizerCtor to create ctor, and call __tsan_init 2015-05-07 21:41:23 +00:00