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.cpp770 StringRef SecureLogFile = getContext().getSecureLogFile(); in parseDirectiveSecureLogUnique() local
771 if (SecureLogFile.empty()) in parseDirectiveSecureLogUnique()
780 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
783 SecureLogFile + " (" + EC.message() + ")"); in parseDirectiveSecureLogUnique()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h183 std::string SecureLogFile; variable
806 StringRef getSecureLogFile() { return SecureLogFile; } in getSecureLogFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp78 SecureLogFile = TargetOptions ? TargetOptions->AsSecureLogFile : ""; in MCContext()