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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 147 llvm::Constant *DefaultOpenMPPSource;
CGOpenMPRuntime.cpp 260 : CGM(CGM), DefaultOpenMPPSource(nullptr), KmpRoutineEntryPtrTy(nullptr) {
306 if (!DefaultOpenMPPSource) {
311 DefaultOpenMPPSource =
313 DefaultOpenMPPSource =
314 llvm::ConstantExpr::getBitCast(DefaultOpenMPPSource, CGM.Int8PtrTy);
324 Zero, Zero, DefaultOpenMPPSource};
    [all...]

Completed in 515 milliseconds