Home
last modified time | relevance | path

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

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