Lines Matching full:ctor
342 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) {344 GlobalCtors.push_back(std::make_pair(Ctor, Priority));355 // Ctor function type is void()*.359 // Get the type of a ctor entry, { i32, void ()* }.