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

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 46 llvm::Constant *RTLFn = CGM.getOpenMPRuntime().CreateRuntimeFunction(
48 EmitRuntimeCall(RTLFn, Args);
CGOpenMPRuntime.cpp 160 llvm::Constant *RTLFn = nullptr;
169 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
177 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
181 return RTLFn;

Completed in 57 milliseconds