HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/
llvm-native-gxx 36 $OutputFile = $ARGV[$i + 1];
108 my ($BCFile, $Backend, $OutputFile) = @_;
113 $GeneratedCode = "${OutputFile}.c";
120 $GeneratedCode = "${OutputFile}.s";
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
139 my $BCFile = "${OutputFile}.llvm.bc";
141 run "mv ${OutputFile} $BCFile";
143 run "mv ${OutputFile}.bc $BCFile";
147 $GeneratedCode = "${OutputFile}.cbe.c"
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
llvm-native-gcc 36 $OutputFile = $ARGV[$i + 1];
108 my ($BCFile, $Backend, $OutputFile) = @_;
113 $GeneratedCode = "${OutputFile}.c";
120 $GeneratedCode = "${OutputFile}.s";
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
139 my $BCFile = "${OutputFile}.llvm.bc";
141 run "mv ${OutputFile} $BCFile";
143 run "mv ${OutputFile}.bc $BCFile";
147 $GeneratedCode = "${OutputFile}.cbe.c";
    [all...]
llvm-native-gxx 36 $OutputFile = $ARGV[$i + 1];
108 my ($BCFile, $Backend, $OutputFile) = @_;
113 $GeneratedCode = "${OutputFile}.c";
120 $GeneratedCode = "${OutputFile}.s";
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
139 my $BCFile = "${OutputFile}.llvm.bc";
141 run "mv ${OutputFile} $BCFile";
143 run "mv ${OutputFile}.bc $BCFile";
147 $GeneratedCode = "${OutputFile}.cbe.c";
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CompressSection.py 73 OutputFile = OutputPath + \
79 OutputFile = os.path.normpath(OutputFile)
81 GenFdsGlobalVariable.GenerateSection(OutputFile, SectFiles, Section.Section.SectionType['COMPRESS'],
84 OutputFileList.append(OutputFile)
EfiSection.py 120 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
121 GenFdsGlobalVariable.GenerateSection(OutputFile, [], 'EFI_SECTION_VERSION',
124 OutputFileList.append(OutputFile)
130 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
137 GenFdsGlobalVariable.GenerateSection(OutputFile, [], 'EFI_SECTION_VERSION',
140 OutputFileList.append(OutputFile)
158 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
159 GenFdsGlobalVariable.GenerateSection(OutputFile, [], 'EFI_SECTION_VERSION',
162 OutputFileList.append(OutputFile)
176 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
    [all...]
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 22 raw_ostream *OutputFile;
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
43 delete OutputFile;
52 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename,
75 *OutputFile << Msg;
76 OutputFile->flush();
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
97 OutputFile = OS;
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle);
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth
    [all...]
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 85 OutputFile("o", cl::desc("Override output filename"),
143 if (OutputFile.empty()) {
145 OutputFile = "-";
147 OutputFile = removeExt(InputFile) +
151 llvm::StringRef outFile(OutputFile);
182 if (OutputFile.empty()) {
184 OutputFile = "-";
186 OutputFile = removeExt(InputFile) + kExt::LLVMBinary;
190 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None);
211 if (OutputFile.empty())
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 76 std::string OutputFile(OutputDir);
79 if (!OutputFile.empty() &&
80 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
81 OutputFile.append(1, OS_PATH_SEPARATOR);
84 OutputFile.append(PathSuffix);
85 OutputFile.append(1, OS_PATH_SEPARATOR);
91 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
93 OutputFile.append(
99 OutputFile.append(".d")
    [all...]
  /external/clang/lib/Serialization/
GeneratePCH.cpp 27 const Preprocessor &PP, StringRef OutputFile,
32 : PP(PP), OutputFile(OutputFile), Module(Module), isysroot(isysroot.str()),
54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot,
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/checkapi/
ApiXmlConversionTask.kt 22 import org.gradle.api.tasks.OutputFile
33 @get:OutputFile

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 91011>>