Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h338 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
DCGOpenMPRuntime.cpp1295 auto ThreadIDAddr = emitThreadIDAddress(CGF, Loc); in emitParallelCall()
1325 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF, in emitThreadIDAddress() function in CGOpenMPRuntime