Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp120 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
124 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
141 << 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.h249 LLVM_ABI void getFullName(raw_string_ostream &,
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h227 LLVM_ABI Expected<std::string> getFullName() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp554 Expected<std::string> Archive::Child::getFullName() const { in getFullName() function in Archive::Child
583 Expected<std::string> FullNameOrErr = getFullName(); in getBuffer()
/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/DebugInfo/DWARF/
H A DDWARFDie.cpp233 void DWARFDie::getFullName(raw_string_ostream &OS, in getFullName() function in DWARFDie
H A DDWARFVerifier.cpp236 Die.getFullName(OS, &OriginalFullName); in verifyName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1099 return "sunit-dag." + BB->getFullName(); in getDAGName()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h268 LLVM_ABI std::string getFullName() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1232 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.cpp416 reportBufferError(mbOrErr.takeError(), check(c.getFullName())); in enqueueArchiveMember()
427 CHECK(c.getFullName(), in enqueueArchiveMember()
H A DInputFiles.cpp258 ctx.driver.tar->append(relativeToRoot(check(c.getFullName())), in getArchiveMembers()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp278 tar->append(relativeToRoot(CHECK(c.getFullName(), file)), mb.getBuffer()); in saveThinArchiveToRepro()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2474 << "Found not reachable block " << MBB.getFullName() in mlocJoin()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp212 ctx.tar->append(relativeToRoot(check(c.getFullName())), in getArchiveMembers()