Home
last modified time | relevance | path

Searched refs:MDField (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp3054 struct MDField : public MDFieldImpl<Metadata *> { struct
3057 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField() argument
3248 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDField &Result) { in ParseMDField()
3378 REQUIRED(scope, MDField, (/* AllowNull */ false)); \ in ParseMDLocation()
3379 OPTIONAL(inlinedAt, MDField, ); in ParseMDLocation()
3454 OPTIONAL(file, MDField, ); \ in ParseMDDerivedType()
3456 OPTIONAL(scope, MDField, ); \ in ParseMDDerivedType()
3457 REQUIRED(baseType, MDField, ); \ in ParseMDDerivedType()
3462 OPTIONAL(extraData, MDField, ); in ParseMDDerivedType()
3477 OPTIONAL(file, MDField, ); \ in ParseMDCompositeType()
[all …]