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

  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 301 Function *CtorFunc;
302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions(
312 appendToGlobalCtors(M, CtorFunc, SanCtorAndDtorPriority);
AddressSanitizer.cpp     [all...]

Completed in 656 milliseconds