Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py74 opts.filter.search(t.getFullName()) and not
75 opts.filter_out.search(t.getFullName())]
168 print(' %s' % t.getFullName())
178 tests.sort(key=lambda t: t.getFullName())
181 tests.sort(key=lambda t: (not t.previous_failure, -t.previous_elapsed, t.getFullName()))
204 test_full_name = t.getFullName()
270 test_times = [(t.getFullName(), t.result.elapsed)
282 … print_group(sorted(tests_by_code[code], key=lambda t: t.getFullName()), code, opts.shown_codes)
295 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 Dreports.py36 'name': test.getFullName(),
51 parent_name = test.getFullName()
209 test_name=test.getFullName(),
220 parent_name = test.getFullName()
260 test_name = test.getFullName()
H A DLitTestCase.py24 return self._test.getFullName()
27 return self._test.getFullName()
H A Ddiscovery.py172 if test.getFullName() == res.getFullName():
179 % test.getFullName())
H A DTest.py291 def getFullName(self): member in Test
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp124 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
128 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
145 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp168 << Predecessor->getFullName() << " to " in fixBackwardsWLS()
169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py229 …quires support for Clang-verify, which isn't supported by the compiler".format(test.getFullName()))
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h241 void getFullName(raw_string_ostream &,
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DArchive.h227 Expected<std::string> getFullName() const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DArchive.cpp544 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child
573 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp782 FileNameOrErr = M.getFullName(); in addChildMember()
792 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp235 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
H A DDWARFVerifier.cpp188 Die.getFullName(OS, &OriginalFullName); in verifyName()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h217 std::string getFullName() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1078 return "sunit-dag." + BB->getFullName(); in getDAGName()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp307 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember()
317 c.getFullName(), in enqueueArchiveMember()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1188 return "dag." + BB->getFullName(); in getDAGName()
H A DMachineBasicBlock.cpp318 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp2191 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp186 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()