Home
last modified time | relevance | path

Searched refs:LocList (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp125 const auto &LocList = Rec->getLoc(); in printDefms() local
126 if (LocList.size() < 2) in printDefms()
130 for (unsigned I = LocList.size() - 1; I >= 1; --I) { in printDefms()
131 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(LocList[I])); in printDefms()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp511 void DebugLocWriter::addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in addList() argument
515 if (LocList.empty()) { in addList()
523 for (const DebugLocationEntry &Entry : LocList) { in addList()
560 static void writeLegacyLocList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in writeLegacyLocList() argument
566 if (LocList.empty()) { in writeLegacyLocList()
572 for (const DebugLocationEntry &Entry : LocList) { in writeLegacyLocList()
607 if (LocList.empty()) { in writeDWARF5LocList()
613 for (const DebugLocationEntry &Entry : LocList) { in writeDWARF5LocList()
630 DebugLocationsVector &LocList, in addList() argument
634 writeLegacyLocList(AttrVal, LocList, DebugInfoPatcher, *AddrWriter, in addList()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h83 void hashLocList(const DIELocList &LocList);
H A DDIEHash.cpp237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
241 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h492 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
564 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,