Searched refs:LocList (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | DetailedRecordsBackend.cpp | 125 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 D | DebugData.cpp | 511 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 D | DIEValue.def | 42 HANDLE_DIEVALUE_SMALL(LocList)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.h | 83 void hashLocList(const DIELocList &LocList);
|
| H A D | DIEHash.cpp | 237 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 D | DebugData.h | 492 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, 564 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
|