Home
last modified time | relevance | path

Searched refs:SecureLogFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp760 StringRef SecureLogFile = getContext().getSecureLogFile(); in parseDirectiveSecureLogUnique() local
761 if (SecureLogFile.empty()) in parseDirectiveSecureLogUnique()
770 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
773 SecureLogFile + " (" + EC.message() + ")"); in parseDirectiveSecureLogUnique()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h184 std::string SecureLogFile; variable
826 StringRef getSecureLogFile() { return SecureLogFile; } in getSecureLogFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp79 SecureLogFile = TargetOptions ? TargetOptions->AsSecureLogFile : ""; in MCContext()