Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp395 static void gatherFunctions(SmallVectorImpl<Function *> &Fns, llvm::Module &M, in gatherFunctions() function
426 gatherFunctions(CtorFns, M, true); in generateGlobalCtorDtorCalls()
427 gatherFunctions(DtorFns, M, false); in generateGlobalCtorDtorCalls()