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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp397 return emitWarning(
401 return emitWarning((Twine("Linker asked to preserve internal global: '") +
511 emitWarning("Invalid debug info found, debug info will be stripped");
724 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { function in class:LTOCodeGenerator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h213 void emitWarning(const std::string &ErrMsg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp450 void emitWarning(const Twine &Message) { function in class:__anon3709::IRLinker
1315 emitWarning(Str);
1421 emitWarning("Linking two modules of different data layouts: '" +
1436 emitWarning("Linking two modules of different target triples: " +

Completed in 123 milliseconds