Home | History | Annotate | Download | only in Linker

Lines Matching refs:emitError

418     /// emitError - Helper method for setting a message and returning an error
420 bool emitError(const Twine &Message) {
593 return emitError("Linking globals named '" + Src->getName() +
688 return emitError("Linking globals named '" + SrcGV->getName() +
698 return emitError("Appending variables with different element types!");
700 return emitError("Appending variables linked with different const'ness!");
703 return emitError(
707 return emitError(
711 return emitError(
1095 HasErr |= emitError("linking module flags '" + ID->getString() +
1108 HasErr |= emitError("linking module flags '" + ID->getString() +
1120 HasErr |= emitError("linking module flags '" + ID->getString() +
1172 HasErr |= emitError("linking module flags '" + Flag->getString() +