Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.py290 def getFullName(self): member in Test
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp168 << Predecessor->getFullName() << " to " in fixBackwardsWLS()
169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py238 …quires support for Clang-verify, which isn't supported by the compiler".format(test.getFullName()))
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h240 void getFullName(raw_string_ostream &,
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DArchive.h224 Expected<std::string> getFullName() const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp782 FileNameOrErr = M.getFullName(); in addChildMember()
792 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp546 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child
575 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp230 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
H A DDWARFVerifier.cpp188 Die.getFullName(OS, &OriginalFullName); in verifyName()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h225 std::string getFullName() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1085 return "sunit-dag." + BB->getFullName(); in getDAGName()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp305 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember()
315 CHECK(c.getFullName(), in enqueueArchiveMember()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1201 return "dag." + BB->getFullName(); in getDAGName()
H A DMachineBasicBlock.cpp324 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp2142 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp209 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()