Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1420 virtual llvm::Function *emitRegistrationFunction();
2080 llvm::Function *emitRegistrationFunction() override;
H A DCGOpenMPRuntime.cpp8825 llvm::Function *CGOpenMPRuntime::emitRegistrationFunction() { in emitRegistrationFunction() function in CGOpenMPRuntime
9806 llvm::Function *CGOpenMPSIMDRuntime::emitRegistrationFunction() { in emitRegistrationFunction() function in CGOpenMPSIMDRuntime
H A DCodeGenModule.cpp413 OpenMPRuntime->emitRegistrationFunction()) { in Release()