HomeSort by: relevance | last modified time | path
    Searched refs:ThinLinkBitcodeFile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 255 std::string ThinLinkBitcodeFile;
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 122 static cl::opt<std::string> ThinLinkBitcodeFile(
714 if (!ThinLinkBitcodeFile.empty()) {
716 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 986 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) {
987 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile);
1431 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) {
1432 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile);

Completed in 51 milliseconds