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

1 2 3 4 5

  /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-7.0/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,
DependencyOutputOptions.h 38 std::string 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)
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)
FvImageSection.py 77 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
78 GenFdsGlobalVariable.GenerateSection(OutputFile, [FvFileName], 'EFI_SECTION_FIRMWARE_VOLUME_IMAGE')
79 OutputFileList.append(OutputFile)
135 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
136 GenFdsGlobalVariable.GenerateSection(OutputFile, [FvFileName], 'EFI_SECTION_FIRMWARE_VOLUME_IMAGE')
137 OutputFileList.append(OutputFile)
GuidSection.py 121 OutputFile = OutputPath + \
127 OutputFile = os.path.normpath(OutputFile)
140 GenFdsGlobalVariable.GenerateSection(OutputFile, SectFile, Section.Section.SectionType[self.SectionType], InputAlign=SectAlign)
142 OutputFileList.append(OutputFile)
148 DummyFile = OutputFile + ".dummy"
242 GenFdsGlobalVariable.GenerateSection(OutputFile, [TempFile], Section.Section.SectionType['GUIDED'],
245 OutputFileList.append(OutputFile)
DataSection.py 112 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
113 OutputFile = os.path.normpath(OutputFile)
115 GenFdsGlobalVariable.GenerateSection(OutputFile, [self.SectFileName], Section.Section.SectionType.get(self.SecType))
116 FileList = [OutputFile]
DepexSection.py 119 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.dpx')
120 OutputFile = os.path.normpath(OutputFile)
122 GenFdsGlobalVariable.GenerateSection(OutputFile, [InputFile], Section.Section.SectionType.get (SecType))
123 FileList = [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...]
  /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,
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFFModuleDefinition.h 30 std::string OutputFile;
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 303 std::string OutputFile,
337 if (OutputFile.empty()) OutputFile = OutputPrefix + "-execution-output-%%%%%%%";
341 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile);
347 OutputFile = UniqueFile.str();
354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
358 return OutputFile;
374 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
380 return OutputFile;
387 const std::string &OutputFile,
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 338 std::string OutputFile,
370 if (OutputFile.empty()) OutputFile = OutputPrefix + "-execution-output";
373 sys::Path uniqueFile(OutputFile);
379 OutputFile = uniqueFile.str();
386 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
390 return OutputFile;
406 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
412 return OutputFile;
419 std::string OutputFile,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256Sign.py 68 parser.add_argument("-o", "--output", dest='OutputFile', type=str, metavar='filename', help="specify the output filename", required=True)
116 OutputDir = os.path.dirname(args.OutputFile)
120 args.OutputFileName = args.OutputFile
185 args.OutputFile = open(args.OutputFileName, 'wb')
186 args.OutputFile.write(EFI_HASH_ALGORITHM_SHA256_GUID.get_bytes_le())
187 args.OutputFile.write(PublicKey)
188 args.OutputFile.write(Signature)
189 args.OutputFile.write(args.InputFileBuffer)
190 args.OutputFile.close()
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp 136 SmallString<128> OutputFile;
139 OutputFile = InputArgs.getLastArgValue(OPT_OUT);
141 OutputFile = sys::path::filename(StringRef(InputFiles[0]));
142 sys::path::replace_extension(OutputFile, ".obj");
196 FileOutputBuffer::create(OutputFile, OutputBuffer->getBufferSize());
198 reportError(OutputFile, errorToErrorCode(FileOrErr.takeError()));
205 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(OutputFile);
207 reportError(OutputFile, errorToErrorCode(BinaryOrErr.takeError()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ExecutionDriver.cpp 295 std::string OutputFile,
322 if (OutputFile.empty())
323 OutputFile = OutputPrefix + "-execution-output-%%%%%%%";
327 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile);
333 OutputFile = UniqueFile.str();
341 OutputFile, AdditionalLinkerArgs,
364 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
370 return OutputFile;
377 const std::string &OutputFile) const {
378 return executeProgram(Program, OutputFile, "", "", SafeInterpreter)
    [all...]

Completed in 7066 milliseconds

1 2 3 4 5