/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoopsVerify.cpp | 122 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch() 126 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch() 143 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBlockPlacement.cpp | 168 << Predecessor->getFullName() << " to " in fixBackwardsWLS() 169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 240 void getFullName(raw_string_ostream &,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Archive.h | 224 Expected<std::string> getFullName() const;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 759 FileNameOrErr = M.getFullName(); in addChildMember() 769 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 555 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child 584 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 233 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
|
H A D | DWARFVerifier.cpp | 226 Die.getFullName(OS, &OriginalFullName); in verifyName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 270 std::string getFullName() const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 1096 return "sunit-dag." + BB->getFullName(); in getDAGName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 1215 return "dag." + BB->getFullName(); in getDAGName()
|
H A D | MachineBasicBlock.cpp | 332 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 322 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember() 333 CHECK(c.getFullName(), in enqueueArchiveMember()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 281 tar->append(relativeToRoot(CHECK(c.getFullName(), file)), mb.getBuffer()); in saveThinArchiveToRepro()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Driver.cpp | 234 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2444 << "Found not reachable block " << MBB.getFullName() in mlocJoin()
|