reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
50 assert(CS && "Unrecognized type in llvm.global_ctors/llvm.global_dtors"); 52 Constant *FuncC = CS->getOperand(1); 71 auto *Priority = cast<ConstantInt>(CS->getOperand(0)); 72 Value *Data = CS->getNumOperands() == 3 ? CS->getOperand(2) : nullptr; 72 Value *Data = CS->getNumOperands() == 3 ? CS->getOperand(2) : nullptr;