Home
last modified time | relevance | path

Searched refs:CheckBitcodeOutputToConsole (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSystemUtils.cpp18 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check) { in CheckBitcodeOutputToConsole() function in llvm
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DSystemUtils.h25 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/external/llvm/lib/Support/
H A DSystemUtils.cpp19 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check, in CheckBitcodeOutputToConsole() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSystemUtils.cpp18 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check, in CheckBitcodeOutputToConsole() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSystemUtils.h24 bool CheckBitcodeOutputToConsole(
/aosp_15_r20/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp82 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) in WriteOutputFile()
/aosp_15_r20/frameworks/compile/slang/
Dllvm-rs-as.cpp97 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) { in WriteOutputFile()
/aosp_15_r20/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp148 } else if (!CheckBitcodeOutputToConsole(Out.os(), true)) { in main()
/aosp_15_r20/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp276 else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true)) in main()
/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp392 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true)) in main()
/aosp_15_r20/external/llvm/tools/opt/
H A Dopt.cpp452 if (CheckBitcodeOutputToConsole(Out->os(), !Quiet)) in main()