reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 5654     switch (ParseInstruction(Inst, BB, PFS)) {
 5658       BB->getInstList().push_back(Inst);
 5663         if (ParseInstructionMetadata(*Inst))
 5667       BB->getInstList().push_back(Inst);
 5671       if (ParseInstructionMetadata(*Inst))
 5677     if (PFS.SetInstName(NameID, NameStr, NameLoc, Inst)) return true;
 5678   } while (!Inst->isTerminator());