Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp168 << Predecessor->getFullName() << " to " in fixBackwardsWLS()
169 << LoopExit->getFullName() << "\n"); in fixBackwardsWLS()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h240 void getFullName(raw_string_ostream &,
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h224 Expected<std::string> getFullName() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp759 FileNameOrErr = M.getFullName(); in addChildMember()
769 Expected<std::string> FileNameOrErr = M.getFullName(); in addChildMember()
/freebsd/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/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.cpp226 Die.getFullName(OS, &OriginalFullName); in verifyName()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h270 std::string getFullName() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1096 return "sunit-dag." + BB->getFullName(); in getDAGName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1215 return "dag." + BB->getFullName(); in getDAGName()
H A DMachineBasicBlock.cpp332 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp322 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember()
333 CHECK(c.getFullName(), in enqueueArchiveMember()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp281 tar->append(relativeToRoot(CHECK(c.getFullName(), file)), mb.getBuffer()); in saveThinArchiveToRepro()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp234 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2444 << "Found not reachable block " << MBB.getFullName() in mlocJoin()