Home
last modified time | relevance | path

Searched refs:getFullName (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dmain.py72 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 Ddisplay.py101 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 DLitTestCase.py24 return self._test.getFullName()
27 return self._test.getFullName()
H A Dreports.py34 'name': test.getFullName(),
49 parent_name = test.getFullName()
174 test_name = test.getFullName()
H A Ddiscovery.py173 if test.getFullName() == res.getFullName():
180 % test.getFullName())
H A DTest.py287 def getFullName(self): member in Test
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp125 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 DARMBlockPlacement.cpp104 << Predecessor->getFullName() << " to " in fixBackwardsWLS()
105 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchive.h113 Expected<std::string> getFullName() const;
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py258 …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 DArchive.cpp412 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 Dllvm-ar.cpp666 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 DMachineBasicBlock.h208 std::string getFullName() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1082 return "sunit-dag." + BB->getFullName(); in getDAGName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1200 return "dag." + BB->getFullName(); in getDAGName()
H A DMachineBasicBlock.cpp322 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock