Home | History | Annotate | Download | only in Linker

Lines Matching defs:emitError

386     /// emitError - Helper method for setting a message and returning an error
388 bool emitError(const Twine &Message) {
554 return emitError("Linking globals named '" + Src->getName() +
653 return emitError("Linking globals named '" + SrcGV->getName() +
663 return emitError("Appending variables with different element types!");
665 return emitError("Appending variables linked with different const'ness!");
668 return emitError(
672 return emitError(
676 return emitError(
1019 HasErr = emitError("linking module flags '" + ID->getString() +
1036 HasErr = emitError("linking module flags '" + ID->getString() +
1086 HasErr = emitError("linking module flags '" + ID->getString() +
1146 HasErr = emitError("linking module flags '" + ReqID->getString() +