Home
last modified time | relevance | path

Searched refs:LocIdxToName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp819 std::string MLocTracker::LocIdxToName(LocIdx Idx) const { in LocIdxToName() function in MLocTracker
835 std::string DefName = LocIdxToName(Num.getLoc()); in IDAsString()
842 std::string MLocName = LocIdxToName(Location.Value.getLoc()); in dump()
844 dbgs() << LocIdxToName(Location.Idx) << " --> " << DefName << "\n"; in dump()
850 std::string foo = LocIdxToName(Location.Idx); in dump_mloc_map()
2910 std::string foo = MTracker->LocIdxToName(P.first); in dump_mloc_transfer()
H A DInstrRefBasedImpl.h660 std::string LocIdxToName(LocIdx Idx) const;