Searched refs:isStaticInitGlobal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h118 if (!isStaticInitGlobal(*I))
136 bool isStaticInitGlobal(GlobalValue &GV);
139 while (I != E && !isStaticInitGlobal(*I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp118 bool StaticInitGVIterator::isStaticInitGlobal(GlobalValue &GV) { function in class:llvm::orc::StaticInitGVIterator

Completed in 202 milliseconds