llvm-6502/lib/Transforms/Instrumentation
Duncan P. N. Exon Smith 7520a90c75 Transforms: Canonicalize access to function attributes, NFC
Canonicalize access to function attributes to use the simpler API.

getAttributes().getAttribute(AttributeSet::FunctionIndex, Kind)
  => getFnAttribute(Kind)

getAttributes().hasAttribute(AttributeSet::FunctionIndex, Kind)
  => hasFnAttribute(Kind)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229202 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-14 01:11:29 +00:00
..
AddressSanitizer.cpp
BoundsChecking.cpp
CMakeLists.txt Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. 2015-02-11 03:28:02 +00:00
DataFlowSanitizer.cpp
GCOVProfiling.cpp
InstrProfiling.cpp
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp Transforms: Canonicalize access to function attributes, NFC 2015-02-14 01:11:29 +00:00
SanitizerCoverage.cpp
ThreadSanitizer.cpp tsan: do not instrument not captured values 2015-02-12 09:55:28 +00:00