Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1415 virtual bool emitTargetGlobal(GlobalDecl GD);
2075 bool emitTargetGlobal(GlobalDecl GD) override;
H A DCGOpenMPRuntime.cpp8761 bool CGOpenMPRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal() function in CGOpenMPRuntime
9802 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal() function in CGOpenMPSIMDRuntime
H A DCodeGenModule.cpp2170 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()