HomeSort by relevance Sort by last modified time
    Searched refs:TargetDesc (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
OptBisect.h 73 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 55 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
  /external/llvm/lib/IR/
OptBisect.cpp 36 StringRef TargetDesc, bool Running) {
39 << "(" << PassNum << ") " << Name << " on " << TargetDesc << "\n";
103 const StringRef TargetDesc) {
108 printPassMessage(PassName, CurBisectNum, TargetDesc, ShouldRun);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 283 TargetDesc = self.BuildTargets[DstFile[0]]
286 for Input in TargetDesc.Inputs:
292 TargetDesc._Init([SourceFile], DstFile, CommandList, self.ExtraSourceFileList)
295 TargetDesc.AddInput(SourceFile)
298 TargetDesc = TargetDescBlock([SourceFile], DstFile, CommandList, self.ExtraSourceFileList)
299 TargetDesc.ListFileMacro = self.ListFileMacro
300 TargetDesc.FileListMacro = self.FileListMacro
301 TargetDesc.IncListFileMacro = self.IncListFileMacro
302 TargetDesc.GenFileListMacro = self.GenFileListMacro
303 TargetDesc.GenListFile = self.GenListFile
    [all...]

Completed in 240 milliseconds