HomeSort by relevance Sort by last modified time
    Searched defs:CreateRuntimeFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 136 CreateRuntimeFunction(OMPRTL__kmpc_global_thread_num), Args);
159 CGOpenMPRuntime::CreateRuntimeFunction(OpenMPRTLFunction Function) {
169 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
177 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
CodeGenModule.cpp     [all...]

Completed in 40 milliseconds