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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h141 bool SecureLogUsed = false; member in class:llvm::MCContext
671 bool getSecureLogUsed() { return SecureLogUsed; }
672 void setSecureLogUsed(bool Value) { SecureLogUsed = Value; }

Completed in 100 milliseconds