Searched refs:getOrCreateFunctionComdat (Results 1 – 3 of 3) sorted by relevance
55 LLVM_ABI Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
96 Comdat *llvm::getOrCreateFunctionComdat(Function &F, Triple &T) { in getOrCreateFunctionComdat() function in llvm
754 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()