Home
last modified time | relevance | path

Searched refs:EmitRemark (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp5180 auto EmitRemark = [&](llvm::StringRef Str) { in emitRemarks() local
5189 EmitRemark(formatv("{0} is too close to {1}", *P.first, *P.second).str()); in emitRemarks()
5192 EmitRemark( in emitRemarks()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5135 bool RecordDecl::mayInsertExtraPadding(bool EmitRemark) const { in mayInsertExtraPadding()
5164 if (EmitRemark) { in mayInsertExtraPadding()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5736 auto EmitRemark = [&](Function &F) { in run() local
5758 EmitRemark(F); in run()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4375 bool mayInsertExtraPadding(bool EmitRemark = false) const;