Searched refs:getFullName (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | main.py | 72 opts.filter.search(t.getFullName()) and not 73 opts.filter_out.search(t.getFullName())] 164 print(' %s' % t.getFullName()) 174 tests.sort(key=lambda t: (not t.previous_failure, -t.previous_elapsed, t.getFullName())) 260 test_times = [(t.getFullName(), t.result.elapsed) 272 … print_group(sorted(tests_by_code[code], key=lambda t: t.getFullName()), code, opts.shown_codes) 285 print(' %s' % test.getFullName())
|
| H A D | display.py | 101 self.progress_bar.update(percent, test.getFullName()) 109 test_name = test.getFullName() 117 print("%s TEST '%s' FAILED %s" % ('*'*20, test.getFullName(), 140 print("%s TEST '%s' RESULTS %s" % ('*'*10, test.getFullName(),
|
| H A D | LitTestCase.py | 24 return self._test.getFullName() 27 return self._test.getFullName()
|
| H A D | reports.py | 34 'name': test.getFullName(), 49 parent_name = test.getFullName() 174 test_name = test.getFullName()
|
| H A D | discovery.py | 173 if test.getFullName() == res.getFullName(): 180 % test.getFullName())
|
| H A D | Test.py | 287 def getFullName(self): member in Test
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 125 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch() 129 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch() 146 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBlockPlacement.cpp | 104 << Predecessor->getFullName() << " to " in fixBackwardsWLS() 105 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Archive.h | 113 Expected<std::string> getFullName() const;
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | format.py | 258 …quires support for Clang-verify, which isn't supported by the compiler".format(test.getFullName()))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Archive.cpp | 412 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child 441 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 666 FileNameOrErr = M.getFullName(); in addChildMember() 676 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 208 std::string getFullName() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 1082 return "sunit-dag." + BB->getFullName(); in getDAGName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 1200 return "dag." + BB->getFullName(); in getDAGName()
|
| H A D | MachineBasicBlock.cpp | 322 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
|