Searched refs:getIdentTyPointerTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1039 llvm::Type *CGOpenMPRuntime::getIdentTyPointerTy() { in getIdentTyPointerTy() function in CGOpenMPRuntime 1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() 1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() 1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() 1092 getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() 1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() 1126 llvm::Type *FnTyArgs[] = {getIdentTyPointerTy(), CGM.VoidPtrTy, KmpcCtorTy, in createRuntimeFunction() 1137 getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() 1147 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() 1155 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() [all …]
|
D | CGOpenMPRuntime.h | 390 llvm::Type *getIdentTyPointerTy();
|