HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 1 - 25 of 345) 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-3957855/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 36 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/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,
  /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...]
VerSection.py 61 OutputFile = os.path.join(OutputPath,
63 OutputFile = os.path.normpath(OutputFile)
79 GenFdsGlobalVariable.GenerateSection(OutputFile, [], 'EFI_SECTION_VERSION',
82 OutputFileList.append(OutputFile)
FvImageSection.py 64 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
65 GenFdsGlobalVariable.GenerateSection(OutputFile, [FvFileName], 'EFI_SECTION_FIRMWARE_VOLUME_IMAGE')
66 OutputFileList.append(OutputFile)
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
93 GenFdsGlobalVariable.GenerateSection(OutputFile, [FvFileName], 'EFI_SECTION_FIRMWARE_VOLUME_IMAGE')
94 OutputFileList.append(OutputFile)
UiSection.py 60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
74 GenFdsGlobalVariable.GenerateSection(OutputFile, None, 'EFI_SECTION_USER_INTERFACE', Ui=NameString)
77 OutputFileList.append(OutputFile)
  /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...]
DependencyGraph.cpp 31 std::string OutputFile;
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile,
47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
64 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile,
101 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::F_Text);
103 PP->getDiagnostics().Report(diag::err_fe_error_opening) << OutputFile
  /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/java/android/support/checkapi/
ApiXmlConversionTask.java 21 import org.gradle.api.tasks.OutputFile;
45 @OutputFile
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 49 static cl::opt<std::string> OutputFile("o",
121 if (OutputFile.empty()) {
123 OutputFile = "-";
125 OutputFile = removeExt(InputFile) + kExt::SPIRVBinary;
128 llvm::StringRef outFile(OutputFile);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 205 FILE *OutputFile;
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+");
233 if (OutputFile == NULL) {
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w");
235 if (OutputFile == NULL) {
245 if (0x200 != fread (FirstSectorBackup, 1, 0x200, OutputFile)) {
246 fclose(OutputFile);
252 if(0x200 != fwrite(FirstSector, 1, 0x200, OutputFile)) {
253 fclose(OutputFile);
257 fclose(OutputFile);
    [all...]

Completed in 1150 milliseconds

1 2 3 4 5 6 7 8 91011>>