| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | main.py | 74 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 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 | reports.py | 36 '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 D | LitTestCase.py | 24 return self._test.getFullName() 27 return self._test.getFullName()
|
| H A D | discovery.py | 172 if test.getFullName() == res.getFullName(): 179 % test.getFullName())
|
| H A D | Test.py | 290 def getFullName(self): member in Test
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoopsVerify.cpp | 124 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 D | ARMBlockPlacement.cpp | 168 << Predecessor->getFullName() << " to " in fixBackwardsWLS() 169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | format.py | 238 …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 D | DWARFDie.h | 240 void getFullName(raw_string_ostream &,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Archive.h | 224 Expected<std::string> getFullName() const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 782 FileNameOrErr = M.getFullName(); in addChildMember() 792 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Archive.cpp | 546 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 D | DWARFDie.cpp | 230 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
|
| H A D | DWARFVerifier.cpp | 188 Die.getFullName(OS, &OriginalFullName); in verifyName()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 225 std::string getFullName() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 1085 return "sunit-dag." + BB->getFullName(); in getDAGName()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 305 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember() 315 CHECK(c.getFullName(), in enqueueArchiveMember()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 1201 return "dag." + BB->getFullName(); in getDAGName()
|
| H A D | MachineBasicBlock.cpp | 324 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputFiles.cpp | 2142 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Driver.cpp | 209 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
|