HomeSort by relevance Sort by last modified time
    Searched refs:DataFlowSanitizer (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
Android.mk 6 DataFlowSanitizer.cpp \
DataFlowSanitizer.cpp 1 //===-- DataFlowSanitizer.cpp - dynamic data flow analysis ----------------===//
10 /// This file is a part of DataFlowSanitizer, a generalised dynamic data flow
42 /// DataFlowSanitizer::getShadowAddress below.
97 // which are described below under DataFlowSanitizer::WrapperKind.
104 // functions (see DataFlowSanitizer::InstrumentedABI below).
182 class DataFlowSanitizer : public ModulePass {
275 DataFlowSanitizer(
284 DataFlowSanitizer &DFS;
287 DataFlowSanitizer::InstrumentedABI IA;
307 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI
    [all...]

Completed in 383 milliseconds