Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp622 static uint64_t GetCtorAndDtorPriority(Triple &TargetTriple) { in GetCtorAndDtorPriority() function
1702 if (Priority->getLimitedValue() <= GetCtorAndDtorPriority(TargetTriple)) in createInitializerPoisonCalls()
2448 const uint64_t Priority = GetCtorAndDtorPriority(TargetTriple); in instrumentModule()