Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h962 virtual bool emitTargetFunctions(GlobalDecl GD);
DCGOpenMPRuntime.cpp5943 bool CGOpenMPRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions() function in CGOpenMPRuntime
5990 return emitTargetFunctions(GD); in emitTargetGlobal()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1574 virtual bool emitTargetFunctions(GlobalDecl GD);
2403 bool emitTargetFunctions(GlobalDecl GD) override;
DCGOpenMPRuntime.cpp10348 bool CGOpenMPRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions() function in CGOpenMPRuntime
10521 return emitTargetFunctions(GD); in emitTargetGlobal()
12655 bool CGOpenMPSIMDRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions() function in CGOpenMPSIMDRuntime