Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp3406 struct MDField : public MDFieldImpl<Metadata *> { struct
3407 bool AllowNull;
3409 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp3884 struct MDField : public MDFieldImpl<Metadata *> { struct
3885 bool AllowNull;
3887 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp4258 struct MDField : public MDFieldImpl<Metadata *> { struct
4259 bool AllowNull;
4261 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField() argument