HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 176 - 200 of 345) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
FrontendActions.h 92 std::string &Sysroot, std::string &OutputFile);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /build/soong/python/
androidmk.go 61 ret.OutputFile = android.OptionalPathForPath(installer.path)
64 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 177 StringRef OutputFile) {
179 clang::serialized_diags::create(OutputFile, DiagOpts);
347 if (!DepOpts.OutputFile.empty())
544 void CompilerInstance::addOutputFile(OutputFile &&OutFile) {
550 for (OutputFile &OF : OutputFiles) {
582 return createOutputFile(getFrontendOpts().OutputFile, Binary,
590 addOutputFile(OutputFile("", "", std::move(OS)));
613 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 436 StringRef isysroot, const std::string &OutputFile);
513 const std::string &OutputFile,
546 ASTFileSignature WriteAST(Sema &SemaRef, const std::string &OutputFile,
    [all...]
  /build/soong/cc/
androidmk.go 58 ret.OutputFile = c.outputFile
59 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) (err error) {
109 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
170 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
181 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+outputFile.Ext())
199 out := ret.OutputFile.Path()
213 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
233 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
251 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/2.5.0-alpha-preview-01/
builder-model-2.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/2.5.0-alpha-preview-02/
builder-model-2.5.0-alpha-preview-02.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 529 Parser.add_option("-o", "--output", dest="OutputFile", help="The name of the %s file to be created." % Destinate)
554 if Options.OutputFile:
559 Options.OutputFile = os.path.splitext(InputFile)[0] + "." + Destinate.lower()
  /external/llvm/tools/bugpoint/
BugDriver.h 180 const std::string &OutputFile,
246 /// file and writting the filename into OutputFile if successful. If the
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 185 std::string OutputFile,
250 /// file and writting the filename into OutputFile if successful. If the

Completed in 3867 milliseconds

1 2 3 4 5 6 78 91011>>