Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp412 if (llvm::Function *OpenMPRegistrationFunction = in Release() local
414 auto ComdatKey = OpenMPRegistrationFunction->hasComdat() ? in Release()
415 OpenMPRegistrationFunction : nullptr; in Release()
416 AddGlobalCtor(OpenMPRegistrationFunction, 0, ComdatKey); in Release()