Home
last modified time | relevance | path

Searched refs:GetCtorAndDtorPriority (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp634 static uint64_t GetCtorAndDtorPriority(Triple &TargetTriple) { in GetCtorAndDtorPriority() function
1732 if (Priority->getLimitedValue() <= GetCtorAndDtorPriority(TargetTriple)) in createInitializerPoisonCalls()
2490 const uint64_t Priority = GetCtorAndDtorPriority(TargetTriple); in instrumentModule()