Home
last modified time | relevance | path

Searched defs:CtorsToRemove (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp28 static void removeGlobalCtors(GlobalVariable *GCL, const BitVector &CtorsToRemove) { in removeGlobalCtors() argument
126 BitVector CtorsToRemove(Ctors.size()); optimizeGlobalCtorsList() local