Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Parent

459 #define ABSTRACT_TYPELOC(CLASS, PARENT)
460 #define TYPELOC(CLASS, PARENT) \
2380 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Parent
2470 if (Mod->Parent) {
2471 assert(SubmoduleIDs[Mod->Parent] && "Submodule parent not written?");
2472 ParentID = SubmoduleIDs[Mod->Parent];