HomeSort by relevance Sort by last modified time
    Searched refs:SecureLogFile (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 85 char *SecureLogFile;
256 char *getSecureLogFile() { return SecureLogFile; }
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 465 const char *SecureLogFile = getContext().getSecureLogFile();
466 if (SecureLogFile == NULL)
474 OS = new raw_fd_ostream(SecureLogFile, Err, raw_fd_ostream::F_Append);
478 SecureLogFile + " (" + Err + ")");
  /external/llvm/include/llvm/MC/
MCContext.h 120 char *SecureLogFile;
566 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
598 char *getSecureLogFile() { return SecureLogFile; }
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 694 const char *SecureLogFile = getContext().getSecureLogFile();
695 if (!SecureLogFile)
704 SecureLogFile, EC, sys::fs::F_Append | sys::fs::F_Text);
707 SecureLogFile + " (" + EC.message() + ")");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 41 SecureLogFile = getenv("AS_SECURE_LOG_FILE");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 123 char *SecureLogFile;
620 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
624 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
624 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 123 char *SecureLogFile;
620 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
624 char *getSecureLogFile() { return SecureLogFile; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCContext.h 125 char *SecureLogFile;
624 char *getSecureLogFile() { return SecureLogFile; }
  /external/llvm/lib/MC/
MCContext.cpp 53 SecureLogFile = AsSecureLogFileName;

Completed in 1024 milliseconds