Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp949 dbgs() << MTrack->LocIdxToName(Loc); in dump()
1120 std::string MLocTracker::LocIdxToName(LocIdx Idx) const { in LocIdxToName() function in MLocTracker
1136 std::string DefName = LocIdxToName(Num.getLoc()); in IDAsString()
1143 std::string MLocName = LocIdxToName(Location.Value.getLoc()); in dump()
1145 dbgs() << LocIdxToName(Location.Idx) << " --> " << DefName << "\n"; in dump()
1151 std::string foo = LocIdxToName(Location.Idx); in dump_mloc_map()
3379 std::string foo = MTracker->LocIdxToName(P.first); in dump_mloc_transfer()
H A DInstrRefBasedImpl.h935 std::string LocIdxToName(LocIdx Idx) const;