Home
last modified time | relevance | path

Searched refs:explainSource (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp109 std::string MemoryOpRemark::explainSource(StringRef Type) const { in explainSource() function in MemoryOpRemark
174 *R << explainSource("Store") << "\nStore size: " << NV("StoreSize", Size) in visitStore()
183 *R << explainSource("Initialization"); in visitUnknown()
264 R << NV("Callee", F) << explainSource(""); in visitCallee()
394 std::string AutoInitRemark::explainSource(StringRef Type) const { in explainSource() function in AutoInitRemark
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h53 virtual std::string explainSource(StringRef Type) const;
106 std::string explainSource(StringRef Type) const override;