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

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 120 Function *InitFunction =
124 InitFunction->setLinkage(Function::ExternalLinkage);
125 IRB.CreateCall(InitFunction, InitArgs);
133 return std::make_pair(Ctor, InitFunction);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 709 milliseconds