Searched refs:emitWarning (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp455 return emitWarning(
459 return emitWarning((Twine("Linker asked to preserve internal global: '") +
567 emitWarning("Invalid debug info found, debug info will be stripped");
776 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { function in class:LTOCodeGenerator
/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h220 void emitWarning(const std::string &ErrMsg);
/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp455 void emitWarning(const Twine &Message) { function in class:__anon2080::IRLinker
1229 emitWarning("Pseudo-probe ignored: source module '" +
1393 emitWarning(Str);
1588 emitWarning("Linking two modules of different data layouts: '" +
1597 emitWarning("Linking two modules of different target triples: '" +

Completed in 178 milliseconds