Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1404 virtual bool emitTargetGlobal(GlobalDecl GD);
2188 bool emitTargetGlobal(GlobalDecl GD) override;
H A DCodeGenModule.cpp2799 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3315 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
H A DCGOpenMPRuntime.cpp10422 bool CGOpenMPRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal() function in CGOpenMPRuntime
12631 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal() function in CGOpenMPSIMDRuntime