Lines Matching +full:400 +full:md
346 const auto *MD = cast<MDNode>(Operand); in emitModuleMetadata() local
347 auto *GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0)); in emitModuleMetadata()
348 auto *Hash = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1)); in emitModuleMetadata()
349 auto *Name = cast<MDString>(MD->getOperand(2)); in emitModuleMetadata()
367 const auto *MD = cast<MDNode>(Operand); in emitModuleMetadata() local
368 assert(MD->getNumOperands() % 2 == 0 && in emitModuleMetadata()
370 for (size_t I = 0; I < MD->getNumOperands(); I += 2) { in emitModuleMetadata()
372 auto *Key = cast<MDString>(MD->getOperand(I)); in emitModuleMetadata()
377 Twine(mdconst::dyn_extract<ConstantInt>(MD->getOperand(I + 1)) in emitModuleMetadata()
582 MDNode *MD = GO->getMetadata(LLVMContext::MD_associated); in getLinkedToSymbol() local
583 if (!MD) in getLinkedToSymbol()
586 auto *VM = cast<ValueAsMetadata>(MD->getOperand(0).get()); in getLinkedToSymbol()
1962 // "init_seg(lib)" corresponds to priority 400, and those respectively use in getCOFFStaticStructorSection()
1963 // 'C' and 'L' without the priority suffix. Priorities between 200 and 400 in getCOFFStaticStructorSection()
1967 bool AddPrioritySuffix = Priority != 200 && Priority != 400; in getCOFFStaticStructorSection()
1970 else if (Priority < 400) in getCOFFStaticStructorSection()
1972 else if (Priority == 400) in getCOFFStaticStructorSection()