Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h372 QualType getTgtBinaryDescriptorQTy();
DCGOpenMPRuntime.cpp1572 CGM.getContext().getPointerType(getTgtBinaryDescriptorQTy()); in createRuntimeFunction()
1582 CGM.getContext().getPointerType(getTgtBinaryDescriptorQTy()); in createRuntimeFunction()
2851 CGM.getTypes().ConvertTypeForMem(getTgtBinaryDescriptorQTy())); in createOffloadingBinaryDescriptorRegistration()
3125 QualType CGOpenMPRuntime::getTgtBinaryDescriptorQTy() { in getTgtBinaryDescriptorQTy() function in CGOpenMPRuntime