Searched refs:HasCustomInstComment (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.h24 : X86InstPrinterCommon(MAI, MII, MRI), HasCustomInstComment(false) {}
113 bool HasCustomInstComment; member in class:llvm::final
H A DX86ATTInstPrinter.cpp46 HasCustomInstComment = EmitAnyX86InstComments(MI, *CommentStream, MII);
368 if (CommentStream && !HasCustomInstComment && (Imm > 255 || Imm < -256)) {

Completed in 99 milliseconds