Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp122 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
126 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
143 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp168 << Predecessor->getFullName() << " to " in fixBackwardsWLS()
169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h240 void getFullName(raw_string_ostream &,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h224 Expected<std::string> getFullName() const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp758 FileNameOrErr = M.getFullName(); in addChildMember()
768 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp555 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child
584 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp233 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
H A DDWARFVerifier.cpp196 Die.getFullName(OS, &OriginalFullName); in verifyName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h245 std::string getFullName() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1086 return "sunit-dag." + BB->getFullName(); in getDAGName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1211 return "dag." + BB->getFullName(); in getDAGName()
H A DMachineBasicBlock.cpp326 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp333 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember()
344 CHECK(c.getFullName(), in enqueueArchiveMember()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2195 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp232 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2410 << "Found not reachable block " << MBB.getFullName() in mlocJoin()