Searched refs:MDConstant (Results 1 – 1 of 1) sorted by relevance
3059 struct MDConstant : public MDFieldImpl<ConstantAsMetadata *> { struct3060 MDConstant() : ImplTy(nullptr) {} in MDConstant() function3266 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDConstant &Result) { in ParseMDField()3582 OPTIONAL(function, MDConstant, ); \ in ParseMDSubprogram()3691 OPTIONAL(variable, MDConstant, ); \ in ParseMDGlobalVariable()