Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp636 static uint64_t GetCtorAndDtorPriority(Triple &TargetTriple) { in GetCtorAndDtorPriority() function
1903 if (Priority->getLimitedValue() <= GetCtorAndDtorPriority(TargetTriple)) in createInitializerPoisonCalls()
2669 const uint64_t Priority = GetCtorAndDtorPriority(TargetTriple); in instrumentModule()