Searched defs:CGOpenMPRuntime (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
43 class CGOpenMPRuntime { class in namespace:clang::CodeGen
139 explicit CGOpenMPRuntime(CodeGenModule &CGM);
140 ~CGOpenMPRuntime() {}
H A DCGOpenMPRuntime.cpp1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
14 #include "CGOpenMPRuntime.h"
27 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) function in class:CGOpenMPRuntime
40 CGOpenMPRuntime::GetOrCreateDefaultOpenMPLocation(OpenMPLocationFlags Flags) {
70 llvm::Value *CGOpenMPRuntime::EmitOpenMPUpdateLocation(
122 llvm::Value *CGOpenMPRuntime::GetOpenMPGlobalThreadNum(CodeGenFunction &CGF,
142 void CGOpenMPRuntime::FunctionFinished(CodeGenFunction &CGF) {
150 llvm::Type *CGOpenMPRuntime::getIdentTyPointerTy() {
154 llvm::Type *CGOpenMPRuntime
[all...]

Completed in 428 milliseconds